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-17 UTC."],[[["ObjectTrackingFrame is a class within the Google.Cloud.VideoIntelligence.V1 namespace, designed for video frame-level annotations in object detection and tracking."],["This class stores per-frame data, such as object location via a normalized bounding box, time offset, and confidence information."],["ObjectTrackingFrame has been released in multiple versions, with the latest available being 3.4.0, and it implements several interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class includes properties like `NormalizedBoundingBox` for object location and `TimeOffset` for the frame's timestamp."],["Constructors are available to create new instances of ObjectTrackingFrame, with the option to clone another instance."]]],[]]