Interface NormalizedBoundingPolyOrBuilder (2.41.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.v1p2beta1.NormalizedVertex vertices = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedVertex

getVerticesCount()

public abstract int getVerticesCount()

Normalized vertices of the bounding polygon.

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

Returns
Type Description
int

getVerticesList()

public abstract List<NormalizedVertex> getVerticesList()

Normalized vertices of the bounding polygon.

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

Returns
Type Description
List<NormalizedVertex>

getVerticesOrBuilder(int index)

public abstract NormalizedVertexOrBuilder getVerticesOrBuilder(int index)

Normalized vertices of the bounding polygon.

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

Parameter
Name Description
index int
Returns
Type Description
NormalizedVertexOrBuilder

getVerticesOrBuilderList()

public abstract List<? extends NormalizedVertexOrBuilder> getVerticesOrBuilderList()

Normalized vertices of the bounding polygon.

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

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1p2beta1.NormalizedVertexOrBuilder>