Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.clone() |
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.set(String fieldName,
Object value) |
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.setBoundingPoly(BoundingPoly boundingPoly)
Image region to which this object belongs.
|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.setLanguageCode(String languageCode)
The BCP-47 language code, such as "en-US" or "sr-Latn".
|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.setMid(String mid)
Object ID that should align with EntityAnnotation mid.
|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.setName(String name)
Object name, expressed in its `language_code` language.
|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.setScore(Float score)
Score of the result.
|
Modifier and Type | Method and Description |
---|---|
List<LocalizedObjectAnnotation> |
AnnotateImageResponse.getLocalizedObjectAnnotations()
If present, localized object detection has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse |
AnnotateImageResponse.setLocalizedObjectAnnotations(List<LocalizedObjectAnnotation> localizedObjectAnnotations)
If present, localized object detection has completed successfully.
|
Copyright © 2011–2019 Google. All rights reserved.