Uses of Class
com.azure.ai.openai.models.ImageGenerationQuality
Packages that use ImageGenerationQuality
-
Uses of ImageGenerationQuality in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ImageGenerationQualityModifier and TypeFieldDescriptionstatic final ImageGenerationQualityImageGenerationQuality.HDRequests image generation with higher quality, higher cost and lower speed relative to standard.static final ImageGenerationQualityImageGenerationQuality.STANDARDRequests image generation with standard, balanced characteristics of quality, cost, and speed.Methods in com.azure.ai.openai.models that return ImageGenerationQualityModifier and TypeMethodDescriptionstatic ImageGenerationQualityImageGenerationQuality.fromString(String name) Creates or finds a ImageGenerationQuality from its string representation.ImageGenerationOptions.getQuality()Get the quality property: The desired image generation quality level to use.Methods in com.azure.ai.openai.models that return types with arguments of type ImageGenerationQualityModifier and TypeMethodDescriptionstatic Collection<ImageGenerationQuality> ImageGenerationQuality.values()Gets known ImageGenerationQuality values.Methods in com.azure.ai.openai.models with parameters of type ImageGenerationQualityModifier and TypeMethodDescriptionImageGenerationOptions.setQuality(ImageGenerationQuality quality) Set the quality property: The desired image generation quality level to use.