Class CloudAiLargeModelsVisionVideo
Video
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class CloudAiLargeModelsVisionVideo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncodedVideo
Base 64 encoded video bytes.
Declaration
[JsonProperty("encodedVideo")]
public virtual string EncodedVideo { get; set; }
Property Value
Type | Description |
---|---|
string |
Encoding
Video encoding, for example "video/mp4".
Declaration
[JsonProperty("encoding")]
public virtual string Encoding { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Path to another storage (typically Google Cloud Storage).
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
Video
Raw bytes.
Declaration
[JsonProperty("video")]
public virtual string Video { get; set; }
Property Value
Type | Description |
---|---|
string |