Interface BatchAnnotateFilesResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AnnotateFileResponse getResponses​(int index)
      The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
      int getResponsesCount()
      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.
      AnnotateFileResponseOrBuilder getResponsesOrBuilder​(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.MessageLiteOrBuilder

        isInitialized
      • 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;