Reference documentation and code samples for the Cloud Video Intelligence V1 Client class ObjectTrackingConfig.
Config for OBJECT_TRACKING.
Generated from protobuf message google.cloud.videointelligence.v1.ObjectTrackingConfig
Namespace
Google \ Cloud \ VideoIntelligence \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ model |
string
Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". |
getModel
Model to use for object tracking.
Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Returns | |
---|---|
Type | Description |
string |
setModel
Model to use for object tracking.
Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |