public interface BoundingPolyOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Vertex |
getVertices(int index)
The bounding polygon vertices.
|
int |
getVerticesCount()
The bounding polygon vertices.
|
java.util.List<Vertex> |
getVerticesList()
The bounding polygon vertices.
|
VertexOrBuilder |
getVerticesOrBuilder(int index)
The bounding polygon vertices.
|
java.util.List<? extends VertexOrBuilder> |
getVerticesOrBuilderList()
The bounding polygon vertices.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<Vertex> getVerticesList()
The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;Vertex getVertices(int index)
The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;int getVerticesCount()
The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;java.util.List<? extends VertexOrBuilder> getVerticesOrBuilderList()
The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;VertexOrBuilder getVerticesOrBuilder(int index)
The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;