Class ObjectTrackingConfig (2.3.0)

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

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