public sealed class Track : IMessage<Track>, IEquatable<Track>, IDeepCloneable<Track>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class Track.
A track of an object instance.
Namespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
Track()
public Track()
Track(Track)
public Track(Track other)
Parameter | |
---|---|
Name | Description |
other |
Track |
Properties
Attributes
public RepeatedField<DetectedAttribute> Attributes { get; }
Optional. Attributes in the track level.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDetectedAttribute |
Confidence
public float Confidence { get; set; }
Optional. The confidence score of the tracked object.
Property Value | |
---|---|
Type | Description |
float |
Segment
public VideoSegment Segment { get; set; }
Video segment of a track.
Property Value | |
---|---|
Type | Description |
VideoSegment |
TimestampedObjects
public RepeatedField<TimestampedObject> TimestampedObjects { get; }
The object with timestamp and attributes per frame in the track.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTimestampedObject |