Uses of Class
com.azure.ai.openai.models.ImageGenerationResponseFormat
Packages that use ImageGenerationResponseFormat
-
Uses of ImageGenerationResponseFormat in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ImageGenerationResponseFormatModifier and TypeFieldDescriptionstatic final ImageGenerationResponseFormatImageGenerationResponseFormat.BASE64Image generation response items should provide image data as a base64-encoded string.static final ImageGenerationResponseFormatImageGenerationResponseFormat.URLImage generation response items should provide a URL from which the image may be retrieved.Methods in com.azure.ai.openai.models that return ImageGenerationResponseFormatModifier and TypeMethodDescriptionImageGenerationResponseFormat.fromString(String name) Creates or finds a ImageGenerationResponseFormat from its string representation.ImageGenerationOptions.getResponseFormat()Get the responseFormat property: The format in which image generation response items should be presented.Methods in com.azure.ai.openai.models that return types with arguments of type ImageGenerationResponseFormatModifier and TypeMethodDescriptionImageGenerationResponseFormat.values()Gets known ImageGenerationResponseFormat values.Methods in com.azure.ai.openai.models with parameters of type ImageGenerationResponseFormatModifier and TypeMethodDescriptionImageGenerationOptions.setResponseFormat(ImageGenerationResponseFormat responseFormat) Set the responseFormat property: The format in which image generation response items should be presented.