[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eTrack\u003c/code\u003e class within the Google Cloud Video Intelligence v1 API is 3.4.0, with documentation available for versions ranging from 2.2.0 to 3.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTrack\u003c/code\u003e class is a representation of an object instance's path and characteristics within video content, and it implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTrack\u003c/code\u003e class provides properties like \u003ccode\u003eAttributes\u003c/code\u003e, \u003ccode\u003eConfidence\u003c/code\u003e, \u003ccode\u003eSegment\u003c/code\u003e, and \u003ccode\u003eTimestampedObjects\u003c/code\u003e to describe the object, its attributes, the time segment it exists within, and its status at different time frames respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe track class has two constructors, one that initializes an empty track and another that creates a new track based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe Track class inherits members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the base \u003ccode\u003eobject\u003c/code\u003e class, providing basic functionality.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Video Intelligence v1 API - Class Track (3.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1.Track)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.3.0/Google.Cloud.VideoIntelligence.V1.Track)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.2.0/Google.Cloud.VideoIntelligence.V1.Track)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.1.0/Google.Cloud.VideoIntelligence.V1.Track)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.0.0/Google.Cloud.VideoIntelligence.V1.Track)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/2.3.0/Google.Cloud.VideoIntelligence.V1.Track)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/2.2.0/Google.Cloud.VideoIntelligence.V1.Track) \n\n public sealed class Track : IMessage\u003cTrack\u003e, IEquatable\u003cTrack\u003e, IDeepCloneable\u003cTrack\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Video Intelligence v1 API class Track.\n\nA track of an object instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Track \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Track](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1.Track), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Track](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1.Track), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Track](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1.Track), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VideoIntelligence.V1](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VideoIntelligence.V1.dll\n\nConstructors\n------------\n\n### Track()\n\n public Track()\n\n### Track(Track)\n\n public Track(Track other)\n\nProperties\n----------\n\n### Attributes\n\n public RepeatedField\u003cDetectedAttribute\u003e Attributes { get; }\n\nOptional. Attributes in the track level.\n\n### Confidence\n\n public float Confidence { get; set; }\n\nOptional. The confidence score of the tracked object.\n\n### Segment\n\n public VideoSegment Segment { get; set; }\n\nVideo segment of a track.\n\n### TimestampedObjects\n\n public RepeatedField\u003cTimestampedObject\u003e TimestampedObjects { get; }\n\nThe object with timestamp and attributes per frame in the track."]]