Class GoogleGenAiImageGenerationMetadata
java.lang.Object
org.springframework.ai.google.genai.image.GoogleGenAiImageGenerationMetadata
- All Implemented Interfaces:
org.springframework.ai.image.ImageGenerationMetadata,org.springframework.ai.model.ResultMetadata
public class GoogleGenAiImageGenerationMetadata
extends Object
implements org.springframework.ai.image.ImageGenerationMetadata
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