Interface AsyncBatchAnnotateImagesRequestOrBuilder

    • Method Detail

      • getRequestsList

        List<AnnotateImageRequest> getRequestsList()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequests

        AnnotateImageRequest getRequests​(int index)
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsCount

        int getRequestsCount()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsOrBuilderList

        List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsOrBuilder

        AnnotateImageRequestOrBuilder getRequestsOrBuilder​(int index)
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasOutputConfig

        boolean hasOutputConfig()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        OutputConfig getOutputConfig()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The outputConfig.
      • getOutputConfigOrBuilder

        OutputConfigOrBuilder getOutputConfigOrBuilder()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];