Package com.google.cloud.automl.v1
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 NormalizedVertexgetNormalizedVertices(int index)Output only .intgetNormalizedVerticesCount()Output only .List<NormalizedVertex>getNormalizedVerticesList()Output only .NormalizedVertexOrBuildergetNormalizedVerticesOrBuilder(int index)Output only .List<? extends NormalizedVertexOrBuilder>getNormalizedVerticesOrBuilderList()Output only .-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNormalizedVerticesList
List<NormalizedVertex> getNormalizedVerticesList()
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVertices
NormalizedVertex getNormalizedVertices(int index)
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVerticesCount
int getNormalizedVerticesCount()
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVerticesOrBuilderList
List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
-
getNormalizedVerticesOrBuilder
NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
-
-