public interface BoundingPolyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNormalizedVertices(int index)
public abstract NormalizedVertex getNormalizedVertices(int index)Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
| Name | Description |
| index | int |
| Type | Description |
| NormalizedVertex |
getNormalizedVerticesCount()
public abstract int getNormalizedVerticesCount()Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
| Type | Description |
| int |
getNormalizedVerticesList()
public abstract List<NormalizedVertex> getNormalizedVerticesList()Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
| Type | Description |
| List<NormalizedVertex> |
getNormalizedVerticesOrBuilder(int index)
public abstract NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
| Name | Description |
| index | int |
| Type | Description |
| NormalizedVertexOrBuilder |
getNormalizedVerticesOrBuilderList()
public abstract List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
| Type | Description |
| List<? extends com.google.cloud.automl.v1.NormalizedVertexOrBuilder> |