Package com.google.cloud.vision.v1
Interface BatchAnnotateFilesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchAnnotateFilesResponse,BatchAnnotateFilesResponse.Builder
public interface BatchAnnotateFilesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotateFileResponsegetResponses(int index)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.intgetResponsesCount()The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.List<AnnotateFileResponse>getResponsesList()The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponseOrBuildergetResponsesOrBuilder(int index)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.List<? extends AnnotateFileResponseOrBuilder>getResponsesOrBuilderList()The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResponsesList
List<AnnotateFileResponse> getResponsesList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;
-
getResponses
AnnotateFileResponse getResponses(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;
-
getResponsesCount
int getResponsesCount()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;
-
getResponsesOrBuilderList
List<? extends AnnotateFileResponseOrBuilder> getResponsesOrBuilderList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;
-
getResponsesOrBuilder
AnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1.AnnotateFileResponse responses = 1;
-
-