Uses of Class
com.azure.ai.openai.models.ImageGenerationStyle
Packages that use ImageGenerationStyle
-
Uses of ImageGenerationStyle in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ImageGenerationStyleModifier and TypeFieldDescriptionstatic final ImageGenerationStyleImageGenerationStyle.NATURALRequests image generation in a natural style with less preference for dramatic and hyper-realistic characteristics.static final ImageGenerationStyleImageGenerationStyle.VIVIDRequests image generation in a vivid style with a higher preference for dramatic and hyper-realistic characteristics.Methods in com.azure.ai.openai.models that return ImageGenerationStyleModifier and TypeMethodDescriptionstatic ImageGenerationStyleImageGenerationStyle.fromString(String name) Creates or finds a ImageGenerationStyle from its string representation.ImageGenerationOptions.getStyle()Get the style property: The desired image generation style to use.Methods in com.azure.ai.openai.models that return types with arguments of type ImageGenerationStyleModifier and TypeMethodDescriptionstatic Collection<ImageGenerationStyle>ImageGenerationStyle.values()Gets known ImageGenerationStyle values.Methods in com.azure.ai.openai.models with parameters of type ImageGenerationStyleModifier and TypeMethodDescriptionImageGenerationOptions.setStyle(ImageGenerationStyle style) Set the style property: The desired image generation style to use.