| Package | Description | 
|---|---|
| com.google.api.services.vision.v1p2beta1.model | 
| Modifier and Type | Method and Description | 
|---|---|
| EntityAnnotation | EntityAnnotation. clone() | 
| EntityAnnotation | EntityAnnotation. set(String fieldName,
   Object value) | 
| EntityAnnotation | EntityAnnotation. setBoundingPoly(BoundingPoly boundingPoly)Image region to which this entity belongs. | 
| EntityAnnotation | EntityAnnotation. setConfidence(Float confidence)**Deprecated. | 
| EntityAnnotation | EntityAnnotation. setDescription(String description)Entity textual description, expressed in its `locale` language. | 
| EntityAnnotation | EntityAnnotation. setLocale(String locale)The language code for the locale in which the entity textual `description` is expressed. | 
| EntityAnnotation | EntityAnnotation. setLocations(List<LocationInfo> locations)The location information for the detected entity. | 
| EntityAnnotation | EntityAnnotation. setMid(String mid)Opaque entity ID. | 
| EntityAnnotation | EntityAnnotation. setProperties(List<Property> properties)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or
 string that qualifies the entity. | 
| EntityAnnotation | EntityAnnotation. setScore(Float score)Overall score of the result. | 
| EntityAnnotation | EntityAnnotation. setTopicality(Float topicality)The relevancy of the ICA (Image Content Annotation) label to the image. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EntityAnnotation> | AnnotateImageResponse. getLabelAnnotations()If present, label detection has completed successfully. | 
| List<EntityAnnotation> | AnnotateImageResponse. getLandmarkAnnotations()If present, landmark detection has completed successfully. | 
| List<EntityAnnotation> | AnnotateImageResponse. getLogoAnnotations()If present, logo detection has completed successfully. | 
| List<EntityAnnotation> | AnnotateImageResponse. getTextAnnotations()If present, text (OCR) detection has completed successfully. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. setLogoAnnotations(List<EntityAnnotation> logoAnnotations)If present, logo detection has completed successfully. | 
| AnnotateImageResponse | AnnotateImageResponse. setTextAnnotations(List<EntityAnnotation> textAnnotations)If present, text (OCR) detection has completed successfully. | 
Copyright © 2011–2025 Google. All rights reserved.