Skip to content

Commit 356c320

Browse files
BenjaminKazemicopybara-github
authored andcommitted
feat: Add ultra high resolution to the media resolution in Parts.
PiperOrigin-RevId: 845003044
1 parent 4385e16 commit 356c320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/genai/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,8 @@ class PartMediaResolutionLevel(_common.CaseInSensitiveEnum):
577577
"""Media resolution set to medium."""
578578
MEDIA_RESOLUTION_HIGH = 'MEDIA_RESOLUTION_HIGH'
579579
"""Media resolution set to high."""
580+
MEDIA_RESOLUTION_ULTRA_HIGH = 'MEDIA_RESOLUTION_ULTRA_HIGH'
581+
"""Media resolution set to ultra high."""
580582

581583

582584
class ResourceScope(_common.CaseInSensitiveEnum):

0 commit comments

Comments
 (0)