Class GoogleCloudVideointelligenceV1Track
A track of an object instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1Track : IDirectResponseSchema
Properties
Attributes
Optional. Attributes in the track level.
Declaration
[JsonProperty("attributes")]
public virtual IList<GoogleCloudVideointelligenceV1DetectedAttribute> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1DetectedAttribute> |
Confidence
Optional. The confidence score of the tracked object.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Segment
Video segment of a track.
Declaration
[JsonProperty("segment")]
public virtual GoogleCloudVideointelligenceV1VideoSegment Segment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1VideoSegment |
TimestampedObjects
The object with timestamp and attributes per frame in the track.
Declaration
[JsonProperty("timestampedObjects")]
public virtual IList<GoogleCloudVideointelligenceV1TimestampedObject> TimestampedObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1TimestampedObject> |