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

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

  /**
   *
   *
   * 
   * If present, face detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.FaceAnnotation face_annotations = 1; */ java.util.List getFaceAnnotationsList(); /** * * *
   * If present, face detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.FaceAnnotation face_annotations = 1; */ com.google.cloud.vision.v1p4beta1.FaceAnnotation getFaceAnnotations(int index); /** * * *
   * If present, face detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.FaceAnnotation face_annotations = 1; */ int getFaceAnnotationsCount(); /** * * *
   * If present, face detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.FaceAnnotation face_annotations = 1; */ java.util.List getFaceAnnotationsOrBuilderList(); /** * * *
   * If present, face detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.FaceAnnotation face_annotations = 1; */ com.google.cloud.vision.v1p4beta1.FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index); /** * * *
   * If present, landmark detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation landmark_annotations = 2; */ java.util.List getLandmarkAnnotationsList(); /** * * *
   * If present, landmark detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation landmark_annotations = 2; */ com.google.cloud.vision.v1p4beta1.EntityAnnotation getLandmarkAnnotations(int index); /** * * *
   * If present, landmark detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation landmark_annotations = 2; */ int getLandmarkAnnotationsCount(); /** * * *
   * If present, landmark detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation landmark_annotations = 2; */ java.util.List getLandmarkAnnotationsOrBuilderList(); /** * * *
   * If present, landmark detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation landmark_annotations = 2; */ com.google.cloud.vision.v1p4beta1.EntityAnnotationOrBuilder getLandmarkAnnotationsOrBuilder( int index); /** * * *
   * If present, logo detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation logo_annotations = 3; */ java.util.List getLogoAnnotationsList(); /** * * *
   * If present, logo detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation logo_annotations = 3; */ com.google.cloud.vision.v1p4beta1.EntityAnnotation getLogoAnnotations(int index); /** * * *
   * If present, logo detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation logo_annotations = 3; */ int getLogoAnnotationsCount(); /** * * *
   * If present, logo detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation logo_annotations = 3; */ java.util.List getLogoAnnotationsOrBuilderList(); /** * * *
   * If present, logo detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation logo_annotations = 3; */ com.google.cloud.vision.v1p4beta1.EntityAnnotationOrBuilder getLogoAnnotationsOrBuilder( int index); /** * * *
   * If present, label detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation label_annotations = 4; */ java.util.List getLabelAnnotationsList(); /** * * *
   * If present, label detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation label_annotations = 4; */ com.google.cloud.vision.v1p4beta1.EntityAnnotation getLabelAnnotations(int index); /** * * *
   * If present, label detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation label_annotations = 4; */ int getLabelAnnotationsCount(); /** * * *
   * If present, label detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation label_annotations = 4; */ java.util.List getLabelAnnotationsOrBuilderList(); /** * * *
   * If present, label detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation label_annotations = 4; */ com.google.cloud.vision.v1p4beta1.EntityAnnotationOrBuilder getLabelAnnotationsOrBuilder( int index); /** * * *
   * If present, localized object detection has completed successfully.
   * This will be sorted descending by confidence score.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation localized_object_annotations = 22; * */ java.util.List getLocalizedObjectAnnotationsList(); /** * * *
   * If present, localized object detection has completed successfully.
   * This will be sorted descending by confidence score.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation localized_object_annotations = 22; * */ com.google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation getLocalizedObjectAnnotations( int index); /** * * *
   * If present, localized object detection has completed successfully.
   * This will be sorted descending by confidence score.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation localized_object_annotations = 22; * */ int getLocalizedObjectAnnotationsCount(); /** * * *
   * If present, localized object detection has completed successfully.
   * This will be sorted descending by confidence score.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation localized_object_annotations = 22; * */ java.util.List getLocalizedObjectAnnotationsOrBuilderList(); /** * * *
   * If present, localized object detection has completed successfully.
   * This will be sorted descending by confidence score.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation localized_object_annotations = 22; * */ com.google.cloud.vision.v1p4beta1.LocalizedObjectAnnotationOrBuilder getLocalizedObjectAnnotationsOrBuilder(int index); /** * * *
   * If present, text (OCR) detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation text_annotations = 5; */ java.util.List getTextAnnotationsList(); /** * * *
   * If present, text (OCR) detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation text_annotations = 5; */ com.google.cloud.vision.v1p4beta1.EntityAnnotation getTextAnnotations(int index); /** * * *
   * If present, text (OCR) detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation text_annotations = 5; */ int getTextAnnotationsCount(); /** * * *
   * If present, text (OCR) detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation text_annotations = 5; */ java.util.List getTextAnnotationsOrBuilderList(); /** * * *
   * If present, text (OCR) detection has completed successfully.
   * 
* * repeated .google.cloud.vision.v1p4beta1.EntityAnnotation text_annotations = 5; */ com.google.cloud.vision.v1p4beta1.EntityAnnotationOrBuilder getTextAnnotationsOrBuilder( int index); /** * * *
   * If present, text (OCR) detection or document (OCR) text detection has
   * completed successfully.
   * This annotation provides the structural hierarchy for the OCR detected
   * text.
   * 
* * .google.cloud.vision.v1p4beta1.TextAnnotation full_text_annotation = 12; */ boolean hasFullTextAnnotation(); /** * * *
   * If present, text (OCR) detection or document (OCR) text detection has
   * completed successfully.
   * This annotation provides the structural hierarchy for the OCR detected
   * text.
   * 
* * .google.cloud.vision.v1p4beta1.TextAnnotation full_text_annotation = 12; */ com.google.cloud.vision.v1p4beta1.TextAnnotation getFullTextAnnotation(); /** * * *
   * If present, text (OCR) detection or document (OCR) text detection has
   * completed successfully.
   * This annotation provides the structural hierarchy for the OCR detected
   * text.
   * 
* * .google.cloud.vision.v1p4beta1.TextAnnotation full_text_annotation = 12; */ com.google.cloud.vision.v1p4beta1.TextAnnotationOrBuilder getFullTextAnnotationOrBuilder(); /** * * *
   * If present, safe-search annotation has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.SafeSearchAnnotation safe_search_annotation = 6; */ boolean hasSafeSearchAnnotation(); /** * * *
   * If present, safe-search annotation has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.SafeSearchAnnotation safe_search_annotation = 6; */ com.google.cloud.vision.v1p4beta1.SafeSearchAnnotation getSafeSearchAnnotation(); /** * * *
   * If present, safe-search annotation has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.SafeSearchAnnotation safe_search_annotation = 6; */ com.google.cloud.vision.v1p4beta1.SafeSearchAnnotationOrBuilder getSafeSearchAnnotationOrBuilder(); /** * * *
   * If present, image properties were extracted successfully.
   * 
* * .google.cloud.vision.v1p4beta1.ImageProperties image_properties_annotation = 8; */ boolean hasImagePropertiesAnnotation(); /** * * *
   * If present, image properties were extracted successfully.
   * 
* * .google.cloud.vision.v1p4beta1.ImageProperties image_properties_annotation = 8; */ com.google.cloud.vision.v1p4beta1.ImageProperties getImagePropertiesAnnotation(); /** * * *
   * If present, image properties were extracted successfully.
   * 
* * .google.cloud.vision.v1p4beta1.ImageProperties image_properties_annotation = 8; */ com.google.cloud.vision.v1p4beta1.ImagePropertiesOrBuilder getImagePropertiesAnnotationOrBuilder(); /** * * *
   * If present, crop hints have completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.CropHintsAnnotation crop_hints_annotation = 11; */ boolean hasCropHintsAnnotation(); /** * * *
   * If present, crop hints have completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.CropHintsAnnotation crop_hints_annotation = 11; */ com.google.cloud.vision.v1p4beta1.CropHintsAnnotation getCropHintsAnnotation(); /** * * *
   * If present, crop hints have completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.CropHintsAnnotation crop_hints_annotation = 11; */ com.google.cloud.vision.v1p4beta1.CropHintsAnnotationOrBuilder getCropHintsAnnotationOrBuilder(); /** * * *
   * If present, web detection has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.WebDetection web_detection = 13; */ boolean hasWebDetection(); /** * * *
   * If present, web detection has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.WebDetection web_detection = 13; */ com.google.cloud.vision.v1p4beta1.WebDetection getWebDetection(); /** * * *
   * If present, web detection has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.WebDetection web_detection = 13; */ com.google.cloud.vision.v1p4beta1.WebDetectionOrBuilder getWebDetectionOrBuilder(); /** * * *
   * If present, product search has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.ProductSearchResults product_search_results = 14; */ boolean hasProductSearchResults(); /** * * *
   * If present, product search has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.ProductSearchResults product_search_results = 14; */ com.google.cloud.vision.v1p4beta1.ProductSearchResults getProductSearchResults(); /** * * *
   * If present, product search has completed successfully.
   * 
* * .google.cloud.vision.v1p4beta1.ProductSearchResults product_search_results = 14; */ com.google.cloud.vision.v1p4beta1.ProductSearchResultsOrBuilder getProductSearchResultsOrBuilder(); /** * * *
   * If set, represents the error message for the operation.
   * Note that filled-in image annotations are guaranteed to be
   * correct, even when `error` is set.
   * 
* * .google.rpc.Status error = 9; */ boolean hasError(); /** * * *
   * If set, represents the error message for the operation.
   * Note that filled-in image annotations are guaranteed to be
   * correct, even when `error` is set.
   * 
* * .google.rpc.Status error = 9; */ com.google.rpc.Status getError(); /** * * *
   * If set, represents the error message for the operation.
   * Note that filled-in image annotations are guaranteed to be
   * correct, even when `error` is set.
   * 
* * .google.rpc.Status error = 9; */ com.google.rpc.StatusOrBuilder getErrorOrBuilder(); /** * * *
   * If present, contextual information is needed to understand where this image
   * comes from.
   * 
* * .google.cloud.vision.v1p4beta1.ImageAnnotationContext context = 21; */ boolean hasContext(); /** * * *
   * If present, contextual information is needed to understand where this image
   * comes from.
   * 
* * .google.cloud.vision.v1p4beta1.ImageAnnotationContext context = 21; */ com.google.cloud.vision.v1p4beta1.ImageAnnotationContext getContext(); /** * * *
   * If present, contextual information is needed to understand where this image
   * comes from.
   * 
* * .google.cloud.vision.v1p4beta1.ImageAnnotationContext context = 21; */ com.google.cloud.vision.v1p4beta1.ImageAnnotationContextOrBuilder getContextOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy