public enum FastModeState : String, Codable
Fast mode state for text-to-image generation.
[ON](#/s:9embed_sdk13FastModeStateO2ONyA2CmF)
Undocumented
Swift
case ON = "on"
[OFF](#/s:9embed_sdk13FastModeStateO3OFFyA2CmF)
Undocumented
Swift
case OFF = "off"