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

com.google.cloud.vision.v1.AnnotateFileResponseOrBuilder 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 AnnotateFileResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.AnnotateFileResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Information about the file for which this response is generated.
   * 
* * .google.cloud.vision.v1.InputConfig input_config = 1; */ boolean hasInputConfig(); /** *
   * Information about the file for which this response is generated.
   * 
* * .google.cloud.vision.v1.InputConfig input_config = 1; */ com.google.cloud.vision.v1.InputConfig getInputConfig(); /** *
   * Information about the file for which this response is generated.
   * 
* * .google.cloud.vision.v1.InputConfig input_config = 1; */ com.google.cloud.vision.v1.InputConfigOrBuilder getInputConfigOrBuilder(); /** *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2; */ java.util.List getResponsesList(); /** *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2; */ com.google.cloud.vision.v1.AnnotateImageResponse getResponses(int index); /** *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2; */ int getResponsesCount(); /** *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2; */ java.util.List getResponsesOrBuilderList(); /** *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 2; */ com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder getResponsesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy