public interface BoundingPolyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNormalizedVertices(int index)
public abstract NormalizedVertex getNormalizedVertices(int index)The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NormalizedVertex |
|
getNormalizedVerticesCount()
public abstract int getNormalizedVerticesCount()The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNormalizedVerticesList()
public abstract List<NormalizedVertex> getNormalizedVerticesList()The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2;
| Returns | |
|---|---|
| Type | Description |
List<NormalizedVertex> |
|
getNormalizedVerticesOrBuilder(int index)
public abstract NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NormalizedVertexOrBuilder |
|
getNormalizedVerticesOrBuilderList()
public abstract List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1.NormalizedVertexOrBuilder> |
|
getVertices(int index)
public abstract Vertex getVertices(int index)The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Vertex |
|
getVerticesCount()
public abstract int getVerticesCount()The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getVerticesList()
public abstract List<Vertex> getVerticesList()The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;
| Returns | |
|---|---|
| Type | Description |
List<Vertex> |
|
getVerticesOrBuilder(int index)
public abstract VertexOrBuilder getVerticesOrBuilder(int index)The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VertexOrBuilder |
|
getVerticesOrBuilderList()
public abstract List<? extends VertexOrBuilder> getVerticesOrBuilderList()The bounding polygon vertices.
repeated .google.cloud.vision.v1.Vertex vertices = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1.VertexOrBuilder> |
|