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

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

There is a newer version: 0.142.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 AnnotateFileResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.AnnotateFileResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Information about the file for which this response is generated.
   * 
* * .google.cloud.vision.v1p4beta1.InputConfig input_config = 1; */ boolean hasInputConfig(); /** * * *
   * Information about the file for which this response is generated.
   * 
* * .google.cloud.vision.v1p4beta1.InputConfig input_config = 1; */ com.google.cloud.vision.v1p4beta1.InputConfig getInputConfig(); /** * * *
   * Information about the file for which this response is generated.
   * 
* * .google.cloud.vision.v1p4beta1.InputConfig input_config = 1; */ com.google.cloud.vision.v1p4beta1.InputConfigOrBuilder getInputConfigOrBuilder(); /** * * *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 2; */ java.util.List getResponsesList(); /** * * *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 2; */ com.google.cloud.vision.v1p4beta1.AnnotateImageResponse getResponses(int index); /** * * *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 2; */ int getResponsesCount(); /** * * *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 2; */ java.util.List getResponsesOrBuilderList(); /** * * *
   * Individual responses to images found within the file.
   * 
* * repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 2; */ com.google.cloud.vision.v1p4beta1.AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index); /** * * *
   * This field gives the total number of pages in the file.
   * 
* * int32 total_pages = 3; */ int getTotalPages(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy