public interface AsyncBatchAnnotateFilesResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AsyncAnnotateFileResponse |
getResponses(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
int |
getResponsesCount()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
java.util.List<AsyncAnnotateFileResponse> |
getResponsesList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
AsyncAnnotateFileResponseOrBuilder |
getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
java.util.List<? extends AsyncAnnotateFileResponseOrBuilder> |
getResponsesOrBuilderList()
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<AsyncAnnotateFileResponse> getResponsesList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;AsyncAnnotateFileResponse getResponses(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;int getResponsesCount()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;java.util.List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;