Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
WebLabel |
WebLabel.clone() |
WebLabel |
WebLabel.set(String fieldName,
Object value) |
WebLabel |
WebLabel.setLabel(String label)
Label for extra metadata.
|
WebLabel |
WebLabel.setLanguageCode(String languageCode)
The BCP-47 language code for `label`, such as "en-US" or "sr-Latn".
|
Modifier and Type | Method and Description |
---|---|
List<WebLabel> |
WebDetection.getBestGuessLabels()
The service's best guess as to the topic of the request image.
|
Modifier and Type | Method and Description |
---|---|
WebDetection |
WebDetection.setBestGuessLabels(List<WebLabel> bestGuessLabels)
The service's best guess as to the topic of the request image.
|
Copyright © 2011–2019 Google. All rights reserved.