class BoundingBox extends Message

Bounding box.

Protobuf type Google\Cloud\Videointelligence\V1beta1\BoundingBox

Methods

__construct()

No description

int
getLeft()

Left X coordinate.

setLeft(int $var)

Left X coordinate.

int
getRight()

Right X coordinate.

setRight(int $var)

Right X coordinate.

int
getBottom()

Bottom Y coordinate.

setBottom(int $var)

Bottom Y coordinate.

int
getTop()

Top Y coordinate.

setTop(int $var)

Top Y coordinate.

Details

at line 43
__construct()

at line 54
int getLeft()

Left X coordinate.

Generated from protobuf field int32 left = 1;

Return Value

int

at line 65
setLeft(int $var)

Left X coordinate.

Generated from protobuf field int32 left = 1;

Parameters

int $var

at line 77
int getRight()

Right X coordinate.

Generated from protobuf field int32 right = 2;

Return Value

int

at line 88
setRight(int $var)

Right X coordinate.

Generated from protobuf field int32 right = 2;

Parameters

int $var

at line 100
int getBottom()

Bottom Y coordinate.

Generated from protobuf field int32 bottom = 3;

Return Value

int

at line 111
setBottom(int $var)

Bottom Y coordinate.

Generated from protobuf field int32 bottom = 3;

Parameters

int $var

at line 123
int getTop()

Top Y coordinate.

Generated from protobuf field int32 top = 4;

Return Value

int

at line 134
setTop(int $var)

Top Y coordinate.

Generated from protobuf field int32 top = 4;

Parameters

int $var