Uses of Class
com.azure.ai.openai.models.ImageGenerationData
Packages that use ImageGenerationData
-
Uses of ImageGenerationData in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ImageGenerationDataModifier and TypeMethodDescriptionImageGenerationData.setBase64Data(String base64Data) Set the base64Data property: The complete data for an image, represented as a base64-encoded string.ImageGenerationData.setRevisedPrompt(String revisedPrompt) Set the revisedPrompt property: The final prompt used by the model to generate the image.Set the url property: The URL that provides temporary access to download the generated image.Methods in com.azure.ai.openai.models that return types with arguments of type ImageGenerationDataModifier and TypeMethodDescriptionImageGenerations.getData()Get the data property: The images generated by the operation.Constructor parameters in com.azure.ai.openai.models with type arguments of type ImageGenerationDataModifierConstructorDescriptionImageGenerations(OffsetDateTime createdAt, List<ImageGenerationData> data) Creates an instance of ImageGenerations class.