Uses of Class
com.azure.ai.openai.models.ImageResponse
Packages that use ImageResponse
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of ImageResponse in com.azure.ai.openai
Methods in com.azure.ai.openai that return ImageResponseModifier and TypeMethodDescriptionOpenAIClient.getImages(ImageGenerationOptions imageGenerationOptions) Starts the generation of a batch of images from a text caption.Methods in com.azure.ai.openai that return types with arguments of type ImageResponseModifier and TypeMethodDescriptionOpenAIAsyncClient.getImages(ImageGenerationOptions imageGenerationOptions) Starts the generation of a batch of images from a text caption. -
Uses of ImageResponse in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ImageResponseModifier and TypeMethodDescriptionImageOperationResponse.getResult()Get the result property: The result of the operation if the operation succeeded.