GoogleCloudAiplatformV1VideoResponseFormat class

Configuration for video-specific output formatting.

Constructors

GoogleCloudAiplatformV1VideoResponseFormat({String? aspectRatio, String? delivery, String? duration, String? gcsUri, String? resolution})
GoogleCloudAiplatformV1VideoResponseFormat.fromJson(Map json_)

Properties

aspectRatio String?
The aspect ratio for the video output. Possible string values are:
getter/setter pair
delivery String?
Delivery mode for the generated content.
getter/setter pair
duration String?
The duration for the video output.
getter/setter pair
gcsUri String?
The Google Cloud Storage URI to store the video output.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resolution String?
The video output resolution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited