Cloud Video Intelligence V1 Client - Class ShotChangeDetectionConfig (1.14.2)

Reference documentation and code samples for the Cloud Video Intelligence V1 Client class ShotChangeDetectionConfig.

Config for SHOT_CHANGE_DETECTION.

Generated from protobuf message google.cloud.videointelligence.v1.ShotChangeDetectionConfig

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ model string

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

getModel

Model to use for shot change detection.

Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Returns
TypeDescription
string

setModel

Model to use for shot change detection.

Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Parameter
NameDescription
var string
Returns
TypeDescription
$this