Skip to content

Commit d06254c

Browse files
matthew29tangcopybara-github
authored andcommitted
docs: Update generated video resolution config docstring
PiperOrigin-RevId: 782030857
1 parent a5b1545 commit d06254c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/genai/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7622,7 +7622,7 @@ class GenerateVideosConfig(_common.BaseModel):
76227622
)
76237623
resolution: Optional[str] = Field(
76247624
default=None,
7625-
description="""The resolution for the generated video. 1280x720, 1920x1080 are supported.""",
7625+
description="""The resolution for the generated video. 720p and 1080p are supported.""",
76267626
)
76277627
person_generation: Optional[str] = Field(
76287628
default=None,
@@ -7678,7 +7678,7 @@ class GenerateVideosConfigDict(TypedDict, total=False):
76787678
"""The aspect ratio for the generated video. 16:9 (landscape) and 9:16 (portrait) are supported."""
76797679

76807680
resolution: Optional[str]
7681-
"""The resolution for the generated video. 1280x720, 1920x1080 are supported."""
7681+
"""The resolution for the generated video. 720p and 1080p are supported."""
76827682

76837683
person_generation: Optional[str]
76847684
"""Whether allow to generate person videos, and restrict to specific ages. Supported values are: dont_allow, allow_adult."""

0 commit comments

Comments
 (0)