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 document provides reference documentation for the `ObjectTrackingFrame` class within the Google Cloud Video Intelligence v1 API, specifically version 3.2.0."],["`ObjectTrackingFrame` is used for storing video frame-level annotations, including location, time offset, and confidence for object detection and tracking."],["The `ObjectTrackingFrame` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ObjectTrackingFrame` include `NormalizedBoundingBox` which defines the object's location, and `TimeOffset`, which indicates the frame's timestamp."],["There are two constructors, a parameterless constructor, and one that take another `ObjectTrackingFrame` as an argument."]]],[]]