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.
Implements
IMessage<ObjectTrackingConfig>, IEquatable<ObjectTrackingConfig>, IDeepCloneable<ObjectTrackingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
ObjectTrackingConfig()
public ObjectTrackingConfig()
ObjectTrackingConfig(ObjectTrackingConfig)
public ObjectTrackingConfig(ObjectTrackingConfig other)
Parameter | |
---|---|
Name | Description |
other | ObjectTrackingConfig |
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 | |
---|---|
Type | Description |
String |