Class GoogleGenAiImageGenerationMetadata
java.lang.Object
org.springframework.ai.google.genai.image.GoogleGenAiImageGenerationMetadata
- All Implemented Interfaces:
ImageGenerationMetadata,ResultMetadata
Image generation metadata returned by the Google GenAI image API.
- Since:
- 2.0.1
- Author:
- Olivier Le Quellec
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleGenAiImageGenerationMetadata(@Nullable String enhancedPrompt, @Nullable String raiFilteredReason, @Nullable String mimeType, @Nullable String gcsUri) -
Method Summary