public sealed class ObjectTrackingAnnotation : IMessage<ObjectTrackingAnnotation>, IEquatable<ObjectTrackingAnnotation>, IDeepCloneable<ObjectTrackingAnnotation>, IBufferMessage, IMessage
public RepeatedField<ObjectTrackingFrame> Frames { get; }
Information corresponding to all frames where this object track appears.
Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame
messages in frames.
Streaming mode: it can only be one ObjectTrackingFrame message in frames.
Streaming mode ONLY.
In streaming mode, we do not know the end time of a tracked object
before it is completed. Hence, there is no VideoSegment info returned.
Instead, we provide a unique identifiable integer track_id so that
the customers can correlate the results of the ongoing
ObjectTrackAnnotation of the same track_id over time.
[[["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 available for \u003ccode\u003eObjectTrackingAnnotation\u003c/code\u003e is 3.4.0, with other prior versions listed down to 2.2.0, and the documentation provided is based on version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eObjectTrackingAnnotation\u003c/code\u003e class provides annotations for a tracked object within a video, implementing several interfaces including \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 class contains several properties, including \u003ccode\u003eConfidence\u003c/code\u003e, \u003ccode\u003eEntity\u003c/code\u003e, \u003ccode\u003eFrames\u003c/code\u003e, \u003ccode\u003eSegment\u003c/code\u003e, and \u003ccode\u003eTrackId\u003c/code\u003e, to provide detailed information about the tracked object, such as the object category, confidence of the labeling, and the frames where the object appears.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eObjectTrackingAnnotation\u003c/code\u003e has two constructors, one default and one to copy another \u003ccode\u003eObjectTrackingAnnotation\u003c/code\u003e object, and it also inherits members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e and \u003ccode\u003eToString\u003c/code\u003e from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eObjectTrackingAnnotation\u003c/code\u003e class contains the \u003ccode\u003eTrackInfoCase\u003c/code\u003e property, used to differentiate between streaming and non-streaming batch mode, with \u003ccode\u003eTrackId\u003c/code\u003e being utilized in streaming mode and \u003ccode\u003eSegment\u003c/code\u003e in batch mode.\u003c/p\u003e\n"]]],[],null,[]]