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