Interface AsyncBatchAnnotateFilesResponseOrBuilder (2.1.4)

public interface AsyncBatchAnnotateFilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponses(int index)

public abstract AsyncAnnotateFileResponse getResponses(int index)

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1;

Parameter
NameDescription
indexint
Returns

getResponsesCount()

public abstract int getResponsesCount()

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1;

Returns
TypeDescription
int

getResponsesList()

public abstract List<AsyncAnnotateFileResponse> getResponsesList()

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1;

Returns

getResponsesOrBuilder(int index)

public abstract AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1;

Parameter
NameDescription
indexint
Returns

getResponsesOrBuilderList()

public abstract List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1.AsyncAnnotateFileResponseOrBuilder>