public sealed class ObjectTrackingFrame : IMessage<ObjectTrackingFrame>, IEquatable<ObjectTrackingFrame>, IDeepCloneable<ObjectTrackingFrame>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ObjectTrackingFrame.
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-03-21 UTC."],[[["This webpage provides documentation for the `ObjectTrackingFrame` class within the Google Cloud Video Intelligence v1 API, specifically version 3.1.0."],["`ObjectTrackingFrame` is used for video frame-level annotations in object detection and tracking, storing location, time offset, and confidence data."],["The `ObjectTrackingFrame` class includes properties such as `NormalizedBoundingBox` for location and `TimeOffset` for the frame's timestamp, along with constructors for creating instances."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The documentation includes a history of previous versions of the class starting from 2.2.0, up to 3.4.0 which is the latest version."]]],[]]