Class CloudAiLargeModelsVisionVideo
Video
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.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 |
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 |