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 4385e16 commit 356c320Copy full SHA for 356c320
google/genai/types.py
@@ -577,6 +577,8 @@ class PartMediaResolutionLevel(_common.CaseInSensitiveEnum):
577
"""Media resolution set to medium."""
578
MEDIA_RESOLUTION_HIGH = 'MEDIA_RESOLUTION_HIGH'
579
"""Media resolution set to high."""
580
+ MEDIA_RESOLUTION_ULTRA_HIGH = 'MEDIA_RESOLUTION_ULTRA_HIGH'
581
+ """Media resolution set to ultra high."""
582
583
584
class ResourceScope(_common.CaseInSensitiveEnum):
0 commit comments