public sealed class ObjectTrackingFrame : IMessage<ObjectTrackingFrame>, IEquatable<ObjectTrackingFrame>, IDeepCloneable<ObjectTrackingFrame>, IBufferMessage, IMessage
Video frame level annotations for object detection and tracking. This field
stores per frame location, time offset, and confidence.
[[["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\u003eObjectTrackingFrame provides video frame-level annotations for object detection and tracking, including location, time offset, and confidence.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base Object class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is version 3.4.0, with multiple older versions listed down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eNormalizedBoundingBox\u003c/code\u003e for the object's location in the frame and \u003ccode\u003eTimeOffset\u003c/code\u003e for the frame's timestamp.\u003c/p\u003e\n"],["\u003cp\u003eObjectTrackingFrame has two constructors, a default one and one that takes in another object of the same type as a parameter, for initialization purposes.\u003c/p\u003e\n"]]],[],null,[]]