Skip to content

Commit 7c9b7f6

Browse files
BenjaminKazemicopybara-github
authored andcommitted
feat: Add ultra high resolution to the media resolution in Parts.
PiperOrigin-RevId: 845003044
1 parent 220bf5b commit 7c9b7f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/google/genai/types/PartMediaResolutionLevel.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ public enum Known {
4040
/** Media resolution set to high. */
4141
MEDIA_RESOLUTION_HIGH,
4242

43+
/** Media resolution set to ultra high. */
44+
MEDIA_RESOLUTION_ULTRA_HIGH,
45+
4346
PART_MEDIA_RESOLUTION_LEVEL_UNSPECIFIED
4447
}
4548

0 commit comments

Comments
 (0)