Interface NormalizedBoundingPolyOrBuilder (2.1.0)

public interface NormalizedBoundingPolyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getVertices(int index)

public abstract NormalizedVertex getVertices(int index)

Normalized vertices of the bounding polygon.

repeated .google.cloud.videointelligence.v1.NormalizedVertex vertices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertex

getVerticesCount()

public abstract int getVerticesCount()

Normalized vertices of the bounding polygon.

repeated .google.cloud.videointelligence.v1.NormalizedVertex vertices = 1;

Returns
TypeDescription
int

getVerticesList()

public abstract List<NormalizedVertex> getVerticesList()

Normalized vertices of the bounding polygon.

repeated .google.cloud.videointelligence.v1.NormalizedVertex vertices = 1;

Returns
TypeDescription
List<NormalizedVertex>

getVerticesOrBuilder(int index)

public abstract NormalizedVertexOrBuilder getVerticesOrBuilder(int index)

Normalized vertices of the bounding polygon.

repeated .google.cloud.videointelligence.v1.NormalizedVertex vertices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NormalizedVertexOrBuilder

getVerticesOrBuilderList()

public abstract List<? extends NormalizedVertexOrBuilder> getVerticesOrBuilderList()

Normalized vertices of the bounding polygon.

repeated .google.cloud.videointelligence.v1.NormalizedVertex vertices = 1;

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