public interface BoundingPolyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NormalizedVertex |
getNormalizedVertices(int index)
The bounding polygon normalized vertices.
|
int |
getNormalizedVerticesCount()
The bounding polygon normalized vertices.
|
List<NormalizedVertex> |
getNormalizedVerticesList()
The bounding polygon normalized vertices.
|
NormalizedVertexOrBuilder |
getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.
|
List<? extends NormalizedVertexOrBuilder> |
getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.
|
Vertex |
getVertices(int index)
The bounding polygon vertices.
|
int |
getVerticesCount()
The bounding polygon vertices.
|
List<Vertex> |
getVerticesList()
The bounding polygon vertices.
|
VertexOrBuilder |
getVerticesOrBuilder(int index)
The bounding polygon vertices.
|
List<? extends VertexOrBuilder> |
getVerticesOrBuilderList()
The bounding polygon vertices.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Vertex> getVerticesList()
The bounding polygon vertices.
repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;Vertex getVertices(int index)
The bounding polygon vertices.
repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;int getVerticesCount()
The bounding polygon vertices.
repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;List<? extends VertexOrBuilder> getVerticesOrBuilderList()
The bounding polygon vertices.
repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;VertexOrBuilder getVerticesOrBuilder(int index)
The bounding polygon vertices.
repeated .google.cloud.documentai.v1beta2.Vertex vertices = 1;List<NormalizedVertex> getNormalizedVerticesList()
The bounding polygon normalized vertices.
repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;
NormalizedVertex getNormalizedVertices(int index)
The bounding polygon normalized vertices.
repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;
int getNormalizedVerticesCount()
The bounding polygon normalized vertices.
repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;
List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.
repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;
NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.
repeated .google.cloud.documentai.v1beta2.NormalizedVertex normalized_vertices = 2;
Copyright © 2023 Google LLC. All rights reserved.