public sealed class ObjectTrackingConfig : IMessage<ObjectTrackingConfig>, IEquatable<ObjectTrackingConfig>, IDeepCloneable<ObjectTrackingConfig>, 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."],[[["This webpage details the `ObjectTrackingConfig` class, which is used for configuring object tracking in the Google Cloud Video Intelligence API."],["The `ObjectTrackingConfig` class is part of the `Google.Cloud.VideoIntelligence.V1` namespace and is found in the `Google.Cloud.VideoIntelligence.V1.dll` assembly."],["The `ObjectTrackingConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor and one that accepts another `ObjectTrackingConfig` instance as a parameter for copying."],["The class features one property named Model of type string, where the default is \"builtin/stable\", but can also be \"builtin/latest\"."]]],[]]