Class VideoResponseFormat.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.VideoResponseFormat.Builder
- Enclosing class:
- VideoResponseFormat
-
Method Summary
Modifier and TypeMethodDescriptionaspectRatio(VideoResponseFormatAspectRatio aspectRatio) The aspect ratio for the video output.build()delivery(VideoResponseFormatDelivery delivery) The delivery mode for the video output.The duration for the video output.The Cloud Storage URI to store the video output.resolution(Resolution resolution) The video output resolution.
-
Method Details
-
aspectRatio
public VideoResponseFormat.Builder aspectRatio(@Nullable VideoResponseFormatAspectRatio aspectRatio) The aspect ratio for the video output. -
delivery
The delivery mode for the video output. -
duration
The duration for the video output. -
gcsUri
The Cloud Storage URI to store the video output. Required for Vertex if delivery mode is URI. -
resolution
The video output resolution. Defaults to 720p. -
build
-