
com.google.cloud.vision.v1.AnnotateFileResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1 Show documentation
Show all versions of proto-google-cloud-vision-v1 Show documentation
PROTO library for proto-google-cloud-vision-v1
// 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 extends com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder>
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