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

com.google.cloud.vision.v1p4beta1.BatchAnnotateFilesRequestOrBuilder Maven / Gradle / Ivy

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

package com.google.cloud.vision.v1p4beta1;

public interface BatchAnnotateFilesRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.BatchAnnotateFilesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The list of file annotation requests. Right now we support only one
   * AnnotateFileRequest in BatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1; */ java.util.List getRequestsList(); /** * * *
   * The list of file annotation requests. Right now we support only one
   * AnnotateFileRequest in BatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1; */ com.google.cloud.vision.v1p4beta1.AnnotateFileRequest getRequests(int index); /** * * *
   * The list of file annotation requests. Right now we support only one
   * AnnotateFileRequest in BatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1; */ int getRequestsCount(); /** * * *
   * The list of file annotation requests. Right now we support only one
   * AnnotateFileRequest in BatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1; */ java.util.List getRequestsOrBuilderList(); /** * * *
   * The list of file annotation requests. Right now we support only one
   * AnnotateFileRequest in BatchAnnotateFilesRequest.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1; */ com.google.cloud.vision.v1p4beta1.AnnotateFileRequestOrBuilder getRequestsOrBuilder(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy