Interface BoundingPolyOrBuilder (2.41.0)

public interface BoundingPolyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNormalizedVertices(int index)

public abstract NormalizedVertex getNormalizedVertices(int index)

The bounding polygon normalized vertices.

repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertex

getNormalizedVerticesCount()

public abstract int getNormalizedVerticesCount()

The bounding polygon normalized vertices.

repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;

Returns
TypeDescription
int

getNormalizedVerticesList()

public abstract List<NormalizedVertex> getNormalizedVerticesList()

The bounding polygon normalized vertices.

repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;

Returns
TypeDescription
List<NormalizedVertex>

getNormalizedVerticesOrBuilder(int index)

public abstract NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)

The bounding polygon normalized vertices.

repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertexOrBuilder

getNormalizedVerticesOrBuilderList()

public abstract List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()

The bounding polygon normalized vertices.

repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta2.NormalizedVertexOrBuilder>

getVertices(int index)

public abstract Vertex getVertices(int index)

The bounding polygon vertices.

repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Vertex

getVerticesCount()

public abstract int getVerticesCount()

The bounding polygon vertices.

repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;

Returns
TypeDescription
int

getVerticesList()

public abstract List<Vertex> getVerticesList()

The bounding polygon vertices.

repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;

Returns
TypeDescription
List<Vertex>

getVerticesOrBuilder(int index)

public abstract VertexOrBuilder getVerticesOrBuilder(int index)

The bounding polygon vertices.

repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
VertexOrBuilder

getVerticesOrBuilderList()

public abstract List<? extends VertexOrBuilder> getVerticesOrBuilderList()

The bounding polygon vertices.

repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta2.VertexOrBuilder>