public interface AsyncBatchAnnotateFilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| AsyncAnnotateFileResponse |
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;
| 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.v1.AsyncAnnotateFileResponse responses = 1;
| 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.v1.AsyncAnnotateFileResponse responses = 1;
| Name | Description |
| index | int |
| 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.v1.AsyncAnnotateFileResponse responses = 1;
| Type | Description |
| List<? extends com.google.cloud.vision.v1.AsyncAnnotateFileResponseOrBuilder> |