We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ca685 commit 26c3c35Copy full SHA for 26c3c35
src/main/java/com/google/genai/types/FinishReason.java
@@ -81,7 +81,13 @@ public enum Known {
81
IMAGE_PROHIBITED_CONTENT,
82
83
/** The model was expected to generate an image, but none was generated. */
84
- NO_IMAGE
+ NO_IMAGE,
85
+
86
+ /** Image generation stopped because the generated image may be a recitation from a source. */
87
+ IMAGE_RECITATION,
88
89
+ /** Image generation stopped for a reason not otherwise specified. */
90
+ IMAGE_OTHER
91
}
92
93
private Known finishReasonEnum;
0 commit comments