public interface NormalizedBoundingPolyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVertices(int index)
public abstract NormalizedVertex getVertices(int index)Normalized vertices of the bounding polygon.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex vertices = 1;
| Name | Description |
| index | int |
| Type | Description |
| NormalizedVertex |
getVerticesCount()
public abstract int getVerticesCount()Normalized vertices of the bounding polygon.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex vertices = 1;
| Type | Description |
| int |
getVerticesList()
public abstract List<NormalizedVertex> getVerticesList()Normalized vertices of the bounding polygon.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex vertices = 1;
| Type | Description |
| List<NormalizedVertex> |
getVerticesOrBuilder(int index)
public abstract NormalizedVertexOrBuilder getVerticesOrBuilder(int index)Normalized vertices of the bounding polygon.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex vertices = 1;
| Name | Description |
| index | int |
| Type | Description |
| NormalizedVertexOrBuilder |
getVerticesOrBuilderList()
public abstract List<? extends NormalizedVertexOrBuilder> getVerticesOrBuilderList()Normalized vertices of the bounding polygon.
repeated .google.cloud.vision.v1p3beta1.NormalizedVertex vertices = 1;
| Type | Description |
| List<? extends com.google.cloud.vision.v1p3beta1.NormalizedVertexOrBuilder> |