Google Cloud Video Intelligence v1 API - Class Track (3.3.0)

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.

Inheritance

object > Track

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

Track()

public Track()

Track(Track)

public Track(Track other)
Parameter
NameDescription
otherTrack

Properties

Attributes

public RepeatedField<DetectedAttribute> Attributes { get; }

Optional. Attributes in the track level.

Property Value
TypeDescription
RepeatedFieldDetectedAttribute

Confidence

public float Confidence { get; set; }

Optional. The confidence score of the tracked object.

Property Value
TypeDescription
float

Segment

public VideoSegment Segment { get; set; }

Video segment of a track.

Property Value
TypeDescription
VideoSegment

TimestampedObjects

public RepeatedField<TimestampedObject> TimestampedObjects { get; }

The object with timestamp and attributes per frame in the track.

Property Value
TypeDescription
RepeatedFieldTimestampedObject