Class AzureOpenAiImageGenerationMetadata

java.lang.Object
org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
All Implemented Interfaces:
ImageGenerationMetadata, ResultMetadata

public class AzureOpenAiImageGenerationMetadata extends Object implements ImageGenerationMetadata
Represents the metadata for image generation using Azure OpenAI.
Since:
1.0.0 M1
Author:
Benoit Moussaud
  • Constructor Details

    • AzureOpenAiImageGenerationMetadata

      public AzureOpenAiImageGenerationMetadata(String revisedPrompt)
  • Method Details