BoundingBox
class BoundingBox extends Message
Bounding box.
Protobuf type Google\Cloud\Videointelligence\V1beta1\BoundingBox
Methods
No description
Left X coordinate.
Left X coordinate.
Right X coordinate.
Right X coordinate.
Bottom Y coordinate.
Bottom Y coordinate.
Top Y coordinate.
Top Y coordinate.
Details
at line 43
__construct()
at line 54
int
getLeft()
Left X coordinate.
Generated from protobuf field int32 left = 1;
at line 65
setLeft(int $var)
Left X coordinate.
Generated from protobuf field int32 left = 1;
at line 77
int
getRight()
Right X coordinate.
Generated from protobuf field int32 right = 2;
at line 88
setRight(int $var)
Right X coordinate.
Generated from protobuf field int32 right = 2;
at line 100
int
getBottom()
Bottom Y coordinate.
Generated from protobuf field int32 bottom = 3;
at line 111
setBottom(int $var)
Bottom Y coordinate.
Generated from protobuf field int32 bottom = 3;
at line 123
int
getTop()
Top Y coordinate.
Generated from protobuf field int32 top = 4;
at line 134
setTop(int $var)
Top Y coordinate.
Generated from protobuf field int32 top = 4;