Interface NormalizedBoundingPolyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NormalizedBoundingPoly,NormalizedBoundingPoly.Builder
public interface NormalizedBoundingPolyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NormalizedVertexgetVertices(int index)Normalized vertices of the bounding polygon.intgetVerticesCount()Normalized vertices of the bounding polygon.List<NormalizedVertex>getVerticesList()Normalized vertices of the bounding polygon.NormalizedVertexOrBuildergetVerticesOrBuilder(int index)Normalized vertices of the bounding polygon.List<? extends NormalizedVertexOrBuilder>getVerticesOrBuilderList()Normalized vertices of the bounding polygon.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVerticesList
List<NormalizedVertex> getVerticesList()
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p3beta1.NormalizedVertex vertices = 1;
-
getVertices
NormalizedVertex getVertices(int index)
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p3beta1.NormalizedVertex vertices = 1;
-
getVerticesCount
int getVerticesCount()
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p3beta1.NormalizedVertex vertices = 1;
-
getVerticesOrBuilderList
List<? extends NormalizedVertexOrBuilder> getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p3beta1.NormalizedVertex vertices = 1;
-
getVerticesOrBuilder
NormalizedVertexOrBuilder getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p3beta1.NormalizedVertex vertices = 1;
-
-