
com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder Maven / Gradle / Ivy
// 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 AnnotateImageResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.AnnotateImageResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* If present, face detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;
*/
java.util.List
getFaceAnnotationsList();
/**
*
* If present, face detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;
*/
com.google.cloud.vision.v1.FaceAnnotation getFaceAnnotations(int index);
/**
*
* If present, face detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;
*/
int getFaceAnnotationsCount();
/**
*
* If present, face detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;
*/
java.util.List extends com.google.cloud.vision.v1.FaceAnnotationOrBuilder>
getFaceAnnotationsOrBuilderList();
/**
*
* If present, face detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;
*/
com.google.cloud.vision.v1.FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(
int index);
/**
*
* If present, landmark detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;
*/
java.util.List
getLandmarkAnnotationsList();
/**
*
* If present, landmark detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;
*/
com.google.cloud.vision.v1.EntityAnnotation getLandmarkAnnotations(int index);
/**
*
* If present, landmark detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;
*/
int getLandmarkAnnotationsCount();
/**
*
* If present, landmark detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;
*/
java.util.List extends com.google.cloud.vision.v1.EntityAnnotationOrBuilder>
getLandmarkAnnotationsOrBuilderList();
/**
*
* If present, landmark detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;
*/
com.google.cloud.vision.v1.EntityAnnotationOrBuilder getLandmarkAnnotationsOrBuilder(
int index);
/**
*
* If present, logo detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;
*/
java.util.List
getLogoAnnotationsList();
/**
*
* If present, logo detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;
*/
com.google.cloud.vision.v1.EntityAnnotation getLogoAnnotations(int index);
/**
*
* If present, logo detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;
*/
int getLogoAnnotationsCount();
/**
*
* If present, logo detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;
*/
java.util.List extends com.google.cloud.vision.v1.EntityAnnotationOrBuilder>
getLogoAnnotationsOrBuilderList();
/**
*
* If present, logo detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;
*/
com.google.cloud.vision.v1.EntityAnnotationOrBuilder getLogoAnnotationsOrBuilder(
int index);
/**
*
* If present, label detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;
*/
java.util.List
getLabelAnnotationsList();
/**
*
* If present, label detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;
*/
com.google.cloud.vision.v1.EntityAnnotation getLabelAnnotations(int index);
/**
*
* If present, label detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;
*/
int getLabelAnnotationsCount();
/**
*
* If present, label detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;
*/
java.util.List extends com.google.cloud.vision.v1.EntityAnnotationOrBuilder>
getLabelAnnotationsOrBuilderList();
/**
*
* If present, label detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;
*/
com.google.cloud.vision.v1.EntityAnnotationOrBuilder getLabelAnnotationsOrBuilder(
int index);
/**
*
* If present, text (OCR) detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;
*/
java.util.List
getTextAnnotationsList();
/**
*
* If present, text (OCR) detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;
*/
com.google.cloud.vision.v1.EntityAnnotation getTextAnnotations(int index);
/**
*
* If present, text (OCR) detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;
*/
int getTextAnnotationsCount();
/**
*
* If present, text (OCR) detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;
*/
java.util.List extends com.google.cloud.vision.v1.EntityAnnotationOrBuilder>
getTextAnnotationsOrBuilderList();
/**
*
* If present, text (OCR) detection completed successfully.
*
*
* repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;
*/
com.google.cloud.vision.v1.EntityAnnotationOrBuilder getTextAnnotationsOrBuilder(
int index);
/**
*
* If present, safe-search annotation completed successfully.
*
*
* optional .google.cloud.vision.v1.SafeSearchAnnotation safe_search_annotation = 6;
*/
boolean hasSafeSearchAnnotation();
/**
*
* If present, safe-search annotation completed successfully.
*
*
* optional .google.cloud.vision.v1.SafeSearchAnnotation safe_search_annotation = 6;
*/
com.google.cloud.vision.v1.SafeSearchAnnotation getSafeSearchAnnotation();
/**
*
* If present, safe-search annotation completed successfully.
*
*
* optional .google.cloud.vision.v1.SafeSearchAnnotation safe_search_annotation = 6;
*/
com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder getSafeSearchAnnotationOrBuilder();
/**
*
* If present, image properties were extracted successfully.
*
*
* optional .google.cloud.vision.v1.ImageProperties image_properties_annotation = 8;
*/
boolean hasImagePropertiesAnnotation();
/**
*
* If present, image properties were extracted successfully.
*
*
* optional .google.cloud.vision.v1.ImageProperties image_properties_annotation = 8;
*/
com.google.cloud.vision.v1.ImageProperties getImagePropertiesAnnotation();
/**
*
* If present, image properties were extracted successfully.
*
*
* optional .google.cloud.vision.v1.ImageProperties image_properties_annotation = 8;
*/
com.google.cloud.vision.v1.ImagePropertiesOrBuilder getImagePropertiesAnnotationOrBuilder();
/**
*
* If set, represents the error message for the operation.
* Note that filled-in mage annotations are guaranteed to be
* correct, even when <code>error</code> is non-empty.
*
*
* optional .google.rpc.Status error = 9;
*/
boolean hasError();
/**
*
* If set, represents the error message for the operation.
* Note that filled-in mage annotations are guaranteed to be
* correct, even when <code>error</code> is non-empty.
*
*
* optional .google.rpc.Status error = 9;
*/
com.google.rpc.Status getError();
/**
*
* If set, represents the error message for the operation.
* Note that filled-in mage annotations are guaranteed to be
* correct, even when <code>error</code> is non-empty.
*
*
* optional .google.rpc.Status error = 9;
*/
com.google.rpc.StatusOrBuilder getErrorOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy