BoundingPoly
class BoundingPoly extends Message
A bounding polygon for the detected image annotation.
Protobuf type Google\Cloud\Vision\V1\BoundingPoly
Methods
__construct()
No description
RepeatedField
getVertices()
The bounding polygon vertices.
setVertices(array|RepeatedField $var)
The bounding polygon vertices.
Details
at line 25
__construct()
at line 36
RepeatedField
getVertices()
The bounding polygon vertices.
Generated from protobuf field repeated .google.cloud.vision.v1.Vertex vertices = 1;
at line 47
setVertices(array|RepeatedField $var)
The bounding polygon vertices.
Generated from protobuf field repeated .google.cloud.vision.v1.Vertex vertices = 1;