public enum AspectRatio : String, Codable
Image aspect ratio presets. Common aspect ratios for image generation and editing.
[SQUARE](#/s:9embed_sdk11AspectRatioO6SQUAREyA2CmF)
Square aspect ratio (1:1)
Swift
case SQUARE = "square"
[PORTRAIT](#/s:9embed_sdk11AspectRatioO8PORTRAITyA2CmF)
Portrait aspect ratio (3:4)
Swift
case PORTRAIT = "portrait"
[LANDSCAPE](#/s:9embed_sdk11AspectRatioO9LANDSCAPEyA2CmF)
Landscape aspect ratio (4:3)
Swift
case LANDSCAPE = "landscape"
[WIDESCREEN](#/s:9embed_sdk11AspectRatioO10WIDESCREENyA2CmF)
Widescreen aspect ratio (16:9)
Swift
case WIDESCREEN = "widescreen"