public sealed class TimestampedObject : IMessage<TimestampedObject>, IEquatable<TimestampedObject>, IDeepCloneable<TimestampedObject>, IBufferMessage, IMessage
For tracking related features.
An object at time_offset with attributes, and located with
normalized_bounding_box.
[[["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 details for the `TimestampedObject` class within the `Google.Cloud.VideoIntelligence.V1` namespace, used for tracking objects with attributes and bounding box locations over time."],["`TimestampedObject` has properties like `Attributes`, `Landmarks`, `NormalizedBoundingBox`, and `TimeOffset` for identifying object details, landmarks, location in a frame, and time position within a video respectively."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the base `Object` class."],["There are multiple versions of the `TimestampedObject` available, ranging from version 2.2.0 up to the latest version 3.4.0 for the `Google.Cloud.VideoIntelligence.V1` package."],["It is implemented within the `Google.Cloud.VideoIntelligence.V1.dll` assembly and provides two constructors, a default constructor and another that takes in an existing `TimestampedObject`."]]],[]]