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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document describes the `ObjectTrackingFrame` class, which is used for video frame-level annotations in object detection and tracking, including per-frame location, time offset, and confidence data."],["The latest version of the `ObjectTrackingFrame` class is 3.4.0, with prior versions available, dating back to 2.2.0."],["The `ObjectTrackingFrame` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor, and a copy constructor that takes another `ObjectTrackingFrame` as an argument."],["The class includes properties to manage the `NormalizedBoundingBox` location and `TimeOffset` of an object within a video frame."]]],[]]