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

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

There is a newer version: 3.47.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 BatchAnnotateImagesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.BatchAnnotateImagesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Individual image annotation requests for this batch.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1; */ java.util.List getRequestsList(); /** *
   * Individual image annotation requests for this batch.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1; */ com.google.cloud.vision.v1.AnnotateImageRequest getRequests(int index); /** *
   * Individual image annotation requests for this batch.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1; */ int getRequestsCount(); /** *
   * Individual image annotation requests for this batch.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1; */ java.util.List getRequestsOrBuilderList(); /** *
   * Individual image annotation requests for this batch.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1; */ com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder getRequestsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy