Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class NormalizedBoundingPoly.
Normalized bounding polygon.
Generated from protobuf message google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ normalized_vertices |
array<Google\Cloud\DataLabeling\V1beta1\NormalizedVertex>
The bounding polygon normalized vertices. |
getNormalizedVertices
The bounding polygon normalized vertices.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNormalizedVertices
The bounding polygon normalized vertices.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\NormalizedVertex>
|
Returns | |
---|---|
Type | Description |
$this |