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.SIZE1024X1024Image size of 1024x1024.static final ImageSizeImageSize.SIZE256X256Image size of 256x256.static final ImageSizeImageSize.SIZE512X512Image size of 512x512.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 size of the 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 size of the generated images.