Class VideoResponseFormat
java.lang.Object
com.google.genai.gaos.models.interactions.VideoResponseFormat
VideoResponseFormat
Configuration for video output format.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionVideoResponseFormat(VideoResponseFormatAspectRatio aspectRatio, VideoResponseFormatDelivery delivery, String duration, String gcsUri, Resolution resolution) -
Method Summary
Modifier and TypeMethodDescriptionThe aspect ratio for the video output.static VideoResponseFormat.Builderbuilder()delivery()The delivery mode for the video output.duration()The duration for the video output.booleangcsUri()The Cloud Storage URI to store the video output.inthashCode()The video output resolution.toString()type()withAspectRatio(VideoResponseFormatAspectRatio aspectRatio) The aspect ratio for the video output.withDelivery(VideoResponseFormatDelivery delivery) The delivery mode for the video output.withDuration(String duration) The duration for the video output.withGcsUri(String gcsUri) The Cloud Storage URI to store the video output.withResolution(Resolution resolution) The video output resolution.
-
Constructor Details
-
VideoResponseFormat
public VideoResponseFormat(@Nullable VideoResponseFormatAspectRatio aspectRatio, @Nullable VideoResponseFormatDelivery delivery, @Nullable String duration, @Nullable String gcsUri, @Nullable Resolution resolution) -
VideoResponseFormat
public VideoResponseFormat()
-
-
Method Details
-
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. -
type
-
builder
-
withAspectRatio
The aspect ratio for the video output. -
withDelivery
The delivery mode for the video output. -
withDuration
The duration for the video output. -
withGcsUri
The Cloud Storage URI to store the video output. Required for Vertex if delivery mode is URI. -
withResolution
The video output resolution. Defaults to 720p. -
equals
-
hashCode
public int hashCode() -
toString
-