| Package | Description |
|---|---|
| com.google.api.services.vision.v1p2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectAnnotation |
ObjectAnnotation.clone() |
ObjectAnnotation |
ObjectAnnotation.set(String fieldName,
Object value) |
ObjectAnnotation |
ObjectAnnotation.setLanguageCode(String languageCode)
The BCP-47 language code, such as "en-US" or "sr-Latn".
|
ObjectAnnotation |
ObjectAnnotation.setMid(String mid)
Object ID that should align with EntityAnnotation mid.
|
ObjectAnnotation |
ObjectAnnotation.setName(String name)
Object name, expressed in its `language_code` language.
|
ObjectAnnotation |
ObjectAnnotation.setScore(Float score)
Score of the result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAnnotation> |
GroupedResult.getObjectAnnotations()
List of generic predictions for the object in the bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
GroupedResult |
GroupedResult.setObjectAnnotations(List<ObjectAnnotation> objectAnnotations)
List of generic predictions for the object in the bounding box.
|
Copyright © 2011–2025 Google. All rights reserved.