Google Cloud Video Intelligence v1 API - Class Track (3.4.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
Name
Description
other

Properties

Attributes

 public RepeatedField<DetectedAttribute> Attributes { get; } 

Optional. Attributes in the track level.

Property Value
Type
Description

Confidence

 public float Confidence { get; set; } 

Optional. The confidence score of the tracked object.

Property Value
Type
Description

Segment

 public VideoSegment Segment { get; set; } 

Video segment of a track.

Property Value
Type
Description

TimestampedObjects

 public RepeatedField<TimestampedObject> TimestampedObjects { get; } 

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

Property Value
Type
Description