Google Cloud Video Intelligence v1 API - Class ObjectTrackingConfig (3.3.0)

public sealed class ObjectTrackingConfig : IMessage<ObjectTrackingConfig>, IEquatable<ObjectTrackingConfig>, IDeepCloneable<ObjectTrackingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ObjectTrackingConfig.

Config for OBJECT_TRACKING.

Inheritance

object > ObjectTrackingConfig

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

ObjectTrackingConfig()

public ObjectTrackingConfig()

ObjectTrackingConfig(ObjectTrackingConfig)

public ObjectTrackingConfig(ObjectTrackingConfig other)
Parameter
NameDescription
otherObjectTrackingConfig

Properties

Model

public string Model { get; set; }

Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Property Value
TypeDescription
string