Interface AsyncBatchAnnotateFilesResponseOrBuilder (3.42.0)

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

Parameter
Name Description
index int
Returns
Type Description
AsyncAnnotateFileResponse

getResponsesCount()

public abstract int getResponsesCount()

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

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

Returns
Type Description
int

getResponsesList()

public abstract List<AsyncAnnotateFileResponse> getResponsesList()

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

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

Returns
Type Description
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.v1p4beta1.AsyncAnnotateFileResponse responses = 1;

Parameter
Name Description
index int
Returns
Type Description
AsyncAnnotateFileResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()

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

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

Returns
Type Description
List<? extends com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileResponseOrBuilder>