public sealed class VideoObjectTrackingAnnotation : IMessage<VideoObjectTrackingAnnotation>, IEquatable<VideoObjectTrackingAnnotation>, IDeepCloneable<VideoObjectTrackingAnnotation>, IBufferMessage, IMessage
[[["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."],[[["The `VideoObjectTrackingAnnotation` class is used for tracking objects within a video and is part of the Google Cloud Data Labeling V1Beta1 library, specifically in version 1.0.0-beta03."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer management."],["Key properties within `VideoObjectTrackingAnnotation` include `AnnotationSpec` for object labels, `ObjectTrackingFrames` for tracking the object's appearance in frames, and `TimeSegment` for defining the video segment relevant to the tracking."],["The latest version available for `VideoObjectTrackingAnnotation` is 2.0.0-beta05."],["This class has two constructors, one being an empty constructor and the second accepting another `VideoObjectTrackingAnnotation` as a parameter."]]],[]]