Interface NormalizedPolygonOrBuilder (0.14.1)

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.events.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertex

getNormalizedVerticesCount()

public abstract int getNormalizedVerticesCount()

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

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

Returns
TypeDescription
int

getNormalizedVerticesList()

public abstract List<NormalizedVertex> getNormalizedVerticesList()

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

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

Returns
TypeDescription
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.events.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.events.cloud.visionai.v1.NormalizedVertex normalized_vertices = 1;

Returns
TypeDescription
List<? extends com.google.events.cloud.visionai.v1.NormalizedVertexOrBuilder>