All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1.AsyncBatchAnnotateFilesResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.58.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/image_annotator.proto

package com.google.cloud.vision.v1;

public interface AsyncBatchAnnotateFilesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.AsyncBatchAnnotateFilesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of file annotation responses, one for each request in
   * AsyncBatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1; */ java.util.List getResponsesList(); /** *
   * The list of file annotation responses, one for each request in
   * AsyncBatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1; */ com.google.cloud.vision.v1.AsyncAnnotateFileResponse getResponses(int index); /** *
   * The list of file annotation responses, one for each request in
   * AsyncBatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1; */ int getResponsesCount(); /** *
   * The list of file annotation responses, one for each request in
   * AsyncBatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1; */ java.util.List getResponsesOrBuilderList(); /** *
   * The list of file annotation responses, one for each request in
   * AsyncBatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1.AsyncAnnotateFileResponse responses = 1; */ com.google.cloud.vision.v1.AsyncAnnotateFileResponseOrBuilder getResponsesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy