class FaceLocation extends Message

Face location.

Protobuf type Google\Cloud\Videointelligence\V1beta1\FaceLocation

Methods

__construct()

No description

getBoundingBox()

Bounding box in a frame.

setBoundingBox(BoundingBox $var)

Bounding box in a frame.

int|string
getTimeOffset()

Video time offset in microseconds.

setTimeOffset(int|string $var)

Video time offset in microseconds.

Details

at line 31
__construct()

at line 42
BoundingBox getBoundingBox()

Bounding box in a frame.

Generated from protobuf field .google.cloud.videointelligence.v1beta1.BoundingBox bounding_box = 1;

Return Value

BoundingBox

at line 53
setBoundingBox(BoundingBox $var)

Bounding box in a frame.

Generated from protobuf field .google.cloud.videointelligence.v1beta1.BoundingBox bounding_box = 1;

Parameters

BoundingBox $var

at line 65
int|string getTimeOffset()

Video time offset in microseconds.

Generated from protobuf field int64 time_offset = 2;

Return Value

int|string

at line 76
setTimeOffset(int|string $var)

Video time offset in microseconds.

Generated from protobuf field int64 time_offset = 2;

Parameters

int|string $var