Interface AsyncBatchAnnotateFilesResponseOrBuilder (3.13.0)

public interface AsyncBatchAnnotateFilesResponseOrBuilder extends 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.v1p3beta1.AsyncAnnotateFileResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AsyncAnnotateFileResponse

getResponsesCount()

public abstract int getResponsesCount()

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

repeated .google.cloud.vision.v1p3beta1.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.v1p3beta1.AsyncAnnotateFileResponse responses = 1;

Returns
TypeDescription
List<AsyncAnnotateFileResponse>

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.v1p3beta1.AsyncAnnotateFileResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AsyncAnnotateFileResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()

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

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

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