Cloud Video Intelligence V1 Client - Class FaceDetectionAnnotation (1.15.3)

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

Face detection annotation.

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

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

The face tracks with attributes.

↳ thumbnail string

The thumbnail of a person's face.

↳ version string

Feature version.

getTracks

The face tracks with attributes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTracks

The face tracks with attributes.

Parameter
Name Description
var array<Google\Cloud\VideoIntelligence\V1\Track>
Returns
Type Description
$this

getThumbnail

The thumbnail of a person's face.

Returns
Type Description
string

setThumbnail

The thumbnail of a person's face.

Parameter
Name Description
var string
Returns
Type Description
$this

getVersion

Feature version.

Returns
Type Description
string

setVersion

Feature version.

Parameter
Name Description
var string
Returns
Type Description
$this