public interface BoundingPolyOrBuilder
extends com.google.protobuf.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, hasOneofList<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 © 2023 Google LLC. All rights reserved.