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