Class CloudAiLargeModelsVisionGenerateVideoResponseVideo
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class CloudAiLargeModelsVisionGenerateVideoResponseVideo : IDirectResponseSchema
Properties
BytesBase64Encoded
Base64 encoded bytes string representing the video.
Declaration
[JsonProperty("bytesBase64Encoded")]
public virtual string BytesBase64Encoded { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsUri
Cloud Storage URI where the generated video is written.
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The MIME type of the content of the video. - video/mp4
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |