Google Cloud Datalabeling V1beta1 Client - Class NormalizedPolyline (0.1.14)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNormalizedVertices

The normalized polyline vertices.

Parameter
NameDescription
var array<Google\Cloud\DataLabeling\V1beta1\NormalizedVertex>
Returns
TypeDescription
$this