Interface BatchAnnotateImagesResponseOrBuilder (2.1.2)

public interface BatchAnnotateImagesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponses(int index)

public abstract AnnotateImageResponse getResponses(int index)

Individual responses to image annotation requests within the batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageResponse

getResponsesCount()

public abstract int getResponsesCount()

Individual responses to image annotation requests within the batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;

Returns
TypeDescription
int

getResponsesList()

public abstract List<AnnotateImageResponse> getResponsesList()

Individual responses to image annotation requests within the batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;

Returns
TypeDescription
List<AnnotateImageResponse>

getResponsesOrBuilder(int index)

public abstract AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)

Individual responses to image annotation requests within the batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()

Individual responses to image annotation requests within the batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p4beta1.AnnotateImageResponseOrBuilder>