Interface BatchAnnotateImagesResponseOrBuilder (3.42.0)

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.v1p1beta1.AnnotateImageResponse responses = 1;

Parameter
Name Description
index int
Returns
Type Description
AnnotateImageResponse

getResponsesCount()

public abstract int getResponsesCount()

Individual responses to image annotation requests within the batch.

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

Returns
Type Description
int

getResponsesList()

public abstract List<AnnotateImageResponse> getResponsesList()

Individual responses to image annotation requests within the batch.

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

Returns
Type Description
List<AnnotateImageResponse>

getResponsesOrBuilder(int index)

public abstract AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)

Individual responses to image annotation requests within the batch.

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

Parameter
Name Description
index int
Returns
Type Description
AnnotateImageResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()

Individual responses to image annotation requests within the batch.

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

Returns
Type Description
List<? extends com.google.cloud.vision.v1p1beta1.AnnotateImageResponseOrBuilder>