Interface AsyncBatchAnnotateFilesResponseOrBuilder

    • Method Detail

      • getResponsesList

        List<AsyncAnnotateFileResponse> getResponsesList()
         The list of file annotation responses, one for each request in
         AsyncBatchAnnotateFilesRequest.
         
        repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
      • getResponses

        AsyncAnnotateFileResponse getResponses​(int index)
         The list of file annotation responses, one for each request in
         AsyncBatchAnnotateFilesRequest.
         
        repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
      • getResponsesCount

        int getResponsesCount()
         The list of file annotation responses, one for each request in
         AsyncBatchAnnotateFilesRequest.
         
        repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
      • getResponsesOrBuilderList

        List<? extends AsyncAnnotateFileResponseOrBuilder> getResponsesOrBuilderList()
         The list of file annotation responses, one for each request in
         AsyncBatchAnnotateFilesRequest.
         
        repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
      • getResponsesOrBuilder

        AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder​(int index)
         The list of file annotation responses, one for each request in
         AsyncBatchAnnotateFilesRequest.
         
        repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;