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.
|
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, hasOneof
isInitialized
List<Vertex> getVerticesList()
The bounding polygon vertices.
repeated .google.cloud.vision.v1p1beta1.Vertex vertices = 1;
Vertex getVertices(int index)
The bounding polygon vertices.
repeated .google.cloud.vision.v1p1beta1.Vertex vertices = 1;
int getVerticesCount()
The bounding polygon vertices.
repeated .google.cloud.vision.v1p1beta1.Vertex vertices = 1;
List<? extends VertexOrBuilder> getVerticesOrBuilderList()
The bounding polygon vertices.
repeated .google.cloud.vision.v1p1beta1.Vertex vertices = 1;
VertexOrBuilder getVerticesOrBuilder(int index)
The bounding polygon vertices.
repeated .google.cloud.vision.v1p1beta1.Vertex vertices = 1;
Copyright © 2022 Google LLC. All rights reserved.