Interface NormalizedPolylineOrBuilder (0.162.0)

public interface NormalizedPolylineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNormalizedVertices(int index)

public abstract NormalizedVertex getNormalizedVertices(int index)

The normalized polyline vertices.

repeated .google.cloud.datalabeling.v1beta1.NormalizedVertex normalized_vertices = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedVertex

getNormalizedVerticesCount()

public abstract int getNormalizedVerticesCount()

The normalized polyline vertices.

repeated .google.cloud.datalabeling.v1beta1.NormalizedVertex normalized_vertices = 1;

Returns
Type Description
int

getNormalizedVerticesList()

public abstract List<NormalizedVertex> getNormalizedVerticesList()

The normalized polyline vertices.

repeated .google.cloud.datalabeling.v1beta1.NormalizedVertex normalized_vertices = 1;

Returns
Type Description
List<NormalizedVertex>

getNormalizedVerticesOrBuilder(int index)

public abstract NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)

The normalized polyline vertices.

repeated .google.cloud.datalabeling.v1beta1.NormalizedVertex normalized_vertices = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedVertexOrBuilder

getNormalizedVerticesOrBuilderList()

public abstract List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()

The normalized polyline vertices.

repeated .google.cloud.datalabeling.v1beta1.NormalizedVertex normalized_vertices = 1;

Returns
Type Description
List<? extends com.google.cloud.datalabeling.v1beta1.NormalizedVertexOrBuilder>