| Package | Description | 
|---|---|
| com.google.api.services.vision.v1p2beta1.model | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotateImageResponse | AnnotateImageResponse. clone() | 
| AnnotateImageResponse | AnnotateImageResponse. set(String fieldName,
   Object value) | 
| AnnotateImageResponse | AnnotateImageResponse. setContext(ImageAnnotationContext context)If present, contextual information is needed to understand where this image comes from. | 
| AnnotateImageResponse | AnnotateImageResponse. setCropHintsAnnotation(CropHintsAnnotation cropHintsAnnotation)If present, crop hints have completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setError(Status error)If set, represents the error message for the operation. | 
| AnnotateImageResponse | AnnotateImageResponse. setFaceAnnotations(List<FaceAnnotation> faceAnnotations)If present, face detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setFullTextAnnotation(TextAnnotation fullTextAnnotation)If present, text (OCR) detection or document (OCR) text detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setImagePropertiesAnnotation(ImageProperties imagePropertiesAnnotation)If present, image properties were extracted successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setLabelAnnotations(List<EntityAnnotation> labelAnnotations)If present, label detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setLandmarkAnnotations(List<EntityAnnotation> landmarkAnnotations)If present, landmark detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setLocalizedObjectAnnotations(List<LocalizedObjectAnnotation> localizedObjectAnnotations)If present, localized object detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setLogoAnnotations(List<EntityAnnotation> logoAnnotations)If present, logo detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setProductSearchResults(ProductSearchResults productSearchResults)If present, product search has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setSafeSearchAnnotation(SafeSearchAnnotation safeSearchAnnotation)If present, safe-search annotation has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setTextAnnotations(List<EntityAnnotation> textAnnotations)If present, text (OCR) detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setWebDetection(WebDetection webDetection)If present, web detection has completed successfully. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AnnotateImageResponse> | AnnotateFileResponse. getResponses()Individual responses to images found within the file. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotateFileResponse | AnnotateFileResponse. setResponses(List<AnnotateImageResponse> responses)Individual responses to images found within the file. | 
Copyright © 2011–2025 Google. All rights reserved.