Interface BatchAnnotateImagesResponseOrBuilder

    • Method Detail

      • getResponsesList

        List<AnnotateImageResponse> getResponsesList()
         Individual responses to image annotation requests within the batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
      • getResponses

        AnnotateImageResponse getResponses​(int index)
         Individual responses to image annotation requests within the batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
      • getResponsesCount

        int getResponsesCount()
         Individual responses to image annotation requests within the batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
      • getResponsesOrBuilderList

        List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
         Individual responses to image annotation requests within the batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
      • getResponsesOrBuilder

        AnnotateImageResponseOrBuilder getResponsesOrBuilder​(int index)
         Individual responses to image annotation requests within the batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;