Class GoogleCloudAiplatformV1VideoMetadata
Provides metadata for a video, including the start and end offsets for clipping and the frame rate.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1VideoMetadata : 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 |
Fps
Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].
Declaration
[JsonProperty("fps")]
public virtual double? Fps { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
StartOffset
Optional. The start offset of the video.
Declaration
[JsonProperty("startOffset")]
public virtual object StartOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| object |