Cloud Video Intelligence V1 Client - Class PersonDetectionAnnotation (1.13.1)

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

Person detection annotation per video.

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

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tracks array<Google\Cloud\VideoIntelligence\V1\Track>

The detected tracks of a person.

↳ version string

Feature version.

getTracks

The detected tracks of a person.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTracks

The detected tracks of a person.

Parameter
NameDescription
var array<Google\Cloud\VideoIntelligence\V1\Track>
Returns
TypeDescription
$this

getVersion

Feature version.

Returns
TypeDescription
string

setVersion

Feature version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this