Class GoogleCloudAiplatformV1beta1VideoMetadata
Metadata describes the input video content.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1VideoMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOffset
Optional. The end offset of the video.
Declaration
[JsonProperty("endOffset")]
public virtual object EndOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
StartOffset
Optional. The start offset of the video.
Declaration
[JsonProperty("startOffset")]
public virtual object StartOffset { get; set; }
Property Value
Type | Description |
---|---|
object |