Class GoogleCloudVideointelligenceV1p2beta1VideoSegment
Video segment.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p2beta1VideoSegment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTimeOffset
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
Declaration
[JsonProperty("endTimeOffset")]
public virtual object EndTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeOffset
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
Declaration
[JsonProperty("startTimeOffset")]
public virtual object StartTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |