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