Class GoogleCloudVideointelligenceV1ObjectTrackingConfig
Config for OBJECT_TRACKING.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1.dll
Syntax
public class GoogleCloudVideointelligenceV1ObjectTrackingConfig : IDirectResponseSchema
  Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Model
Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |