Interface AnnotationListOrBuilder (0.2.0)

public interface AnnotationListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract AnnotationValue getValues(int index)

The values of LIST data type annotation.

repeated .google.cloud.visionai.v1.AnnotationValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
AnnotationValue

getValuesCount()

public abstract int getValuesCount()

The values of LIST data type annotation.

repeated .google.cloud.visionai.v1.AnnotationValue values = 1;

Returns
Type Description
int

getValuesList()

public abstract List<AnnotationValue> getValuesList()

The values of LIST data type annotation.

repeated .google.cloud.visionai.v1.AnnotationValue values = 1;

Returns
Type Description
List<AnnotationValue>

getValuesOrBuilder(int index)

public abstract AnnotationValueOrBuilder getValuesOrBuilder(int index)

The values of LIST data type annotation.

repeated .google.cloud.visionai.v1.AnnotationValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
AnnotationValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends AnnotationValueOrBuilder> getValuesOrBuilderList()

The values of LIST data type annotation.

repeated .google.cloud.visionai.v1.AnnotationValue values = 1;

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