Interface BoundingPolyOrBuilder (2.3.14)

public interface BoundingPolyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNormalizedVertices(int index)

public abstract NormalizedVertex getNormalizedVertices(int index)

Output only . The bounding polygon normalized vertices.

repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertex

getNormalizedVerticesCount()

public abstract int getNormalizedVerticesCount()

Output only . The bounding polygon normalized vertices.

repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;

Returns
TypeDescription
int

getNormalizedVerticesList()

public abstract List<NormalizedVertex> getNormalizedVerticesList()

Output only . The bounding polygon normalized vertices.

repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;

Returns
TypeDescription
List<NormalizedVertex>

getNormalizedVerticesOrBuilder(int index)

public abstract NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)

Output only . The bounding polygon normalized vertices.

repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertexOrBuilder

getNormalizedVerticesOrBuilderList()

public abstract List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()

Output only . The bounding polygon normalized vertices.

repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;

Returns
TypeDescription
List<? extends com.google.cloud.automl.v1.NormalizedVertexOrBuilder>