Uses of Class
com.azure.ai.openai.models.ImageGenerationOptions
Packages that use ImageGenerationOptions
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of ImageGenerationOptions in com.azure.ai.openai
Methods in com.azure.ai.openai with parameters of type ImageGenerationOptionsModifier and TypeMethodDescriptionOpenAIAsyncClient.getImages(ImageGenerationOptions imageGenerationOptions) Starts the generation of a batch of images from a text caption.OpenAIClient.getImages(ImageGenerationOptions imageGenerationOptions) Starts the generation of a batch of images from a text caption. -
Uses of ImageGenerationOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ImageGenerationOptionsModifier and TypeMethodDescriptionSet the n property: The number of images to generate (defaults to 1).Set the size property: The desired size of the generated images.Set the user property: A unique identifier representing your end-user, which can help to monitor and detect abuse.