Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class BoundingPoly.
A bounding polygon in the image.
Generated from protobuf message google.cloud.datalabeling.v1beta1.BoundingPoly
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vertices |
array<Google\Cloud\DataLabeling\V1beta1\Vertex>
The bounding polygon vertices. |
getVertices
The bounding polygon vertices.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVertices
The bounding polygon vertices.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\Vertex>
|
Returns | |
---|---|
Type | Description |
$this |