Interface BoundingPolyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BoundingPoly
,BoundingPoly.Builder
public interface BoundingPolyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVerticesList
List<Vertex> getVerticesList()
The bounding polygon vertices.
repeated .google.cloud.vision.v1p3beta1.Vertex vertices = 1;
-
getVertices
Vertex getVertices(int index)
The bounding polygon vertices.
repeated .google.cloud.vision.v1p3beta1.Vertex vertices = 1;
-
getVerticesCount
int getVerticesCount()
The bounding polygon vertices.
repeated .google.cloud.vision.v1p3beta1.Vertex vertices = 1;
-
getVerticesOrBuilderList
List<? extends VertexOrBuilder> getVerticesOrBuilderList()
The bounding polygon vertices.
repeated .google.cloud.vision.v1p3beta1.Vertex vertices = 1;
-
getVerticesOrBuilder
VertexOrBuilder getVerticesOrBuilder(int index)
The bounding polygon vertices.
repeated .google.cloud.vision.v1p3beta1.Vertex vertices = 1;
-
getNormalizedVerticesList
List<NormalizedVertex> getNormalizedVerticesList()
The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVertices
NormalizedVertex getNormalizedVertices(int index)
The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVerticesCount
int getNormalizedVerticesCount()
The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVerticesOrBuilderList
List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVerticesOrBuilder
NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex normalized_vertices = 2;
-
-