Uses of Class
com.azure.ai.openai.models.ImageSize
Packages that use ImageSize
-
Uses of ImageSize in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ImageSizeModifier and TypeFieldDescriptionstatic final ImageSizeImageSize.SIZE1024X1024A standard, square image size of 1024x1024 pixels.static final ImageSizeImageSize.SIZE1024X1792A taller image size of 1792x1024 pixels.static final ImageSizeImageSize.SIZE1792X1024A wider image size of 1024x1792 pixels.static final ImageSizeImageSize.SIZE256X256Very small image size of 256x256 pixels.static final ImageSizeImageSize.SIZE512X512A smaller image size of 512x512 pixels.Methods in com.azure.ai.openai.models that return ImageSizeModifier and TypeMethodDescriptionstatic ImageSizeImageSize.fromString(String name) Creates or finds a ImageSize from its string representation.ImageGenerationOptions.getSize()Get the size property: The desired dimensions for generated images.Methods in com.azure.ai.openai.models that return types with arguments of type ImageSizeModifier and TypeMethodDescriptionstatic Collection<ImageSize>ImageSize.values()Gets known ImageSize values.Methods in com.azure.ai.openai.models with parameters of type ImageSizeModifier and TypeMethodDescriptionSet the size property: The desired dimensions for generated images.