Interface AsyncBatchAnnotateFilesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsyncBatchAnnotateFilesResponse
,AsyncBatchAnnotateFilesResponse.Builder
public interface AsyncBatchAnnotateFilesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.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.List<? extends AsyncAnnotateFileResponseOrBuilder>
getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResponsesList
List<AsyncAnnotateFileResponse> getResponsesList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;
-
getResponses
AsyncAnnotateFileResponse getResponses(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;
-
getResponsesCount
int getResponsesCount()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;
-
getResponsesOrBuilderList
List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;
-
getResponsesOrBuilder
AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileResponse responses = 1;
-
-