Interface NormalizedPolygonOrBuilder (0.2.0)

public interface NormalizedPolygonOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNormalizedVertices(int index)

public abstract NormalizedVertex getNormalizedVertices(int index)

The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].

repeated .google.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedVertex

getNormalizedVerticesCount()

public abstract int getNormalizedVerticesCount()

The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].

repeated .google.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Returns
Type Description
int

getNormalizedVerticesList()

public abstract List<NormalizedVertex> getNormalizedVerticesList()

The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].

repeated .google.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Returns
Type Description
List<NormalizedVertex>

getNormalizedVerticesOrBuilder(int index)

public abstract NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)

The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].

repeated .google.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedVertexOrBuilder

getNormalizedVerticesOrBuilderList()

public abstract List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()

The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].

repeated .google.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.NormalizedVertexOrBuilder>