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-04-17 UTC."],[[["This document provides reference information for the `ObjectTrackingFrame` class within the Google Cloud Video Intelligence v1 API, specifically version 3.3.0, with links to other versions also available."],["`ObjectTrackingFrame` is a class used for video frame-level annotations, providing details on object detection and tracking within each video frame."],["The class includes properties for `NormalizedBoundingBox`, which gives the location of the object, and `TimeOffset`, which specifies the timestamp of the frame."],["The `ObjectTrackingFrame` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines two constructors for the `ObjectTrackingFrame` class, including a parameter to create an object based on another `ObjectTrackingFrame` instance."]]],[]]