Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
WebDetection |
WebDetection.clone() |
WebDetection |
AnnotateImageResponse.getWebDetection()
If present, web detection has completed successfully.
|
WebDetection |
WebDetection.set(String fieldName,
Object value) |
WebDetection |
WebDetection.setBestGuessLabels(List<WebLabel> bestGuessLabels)
The service's best guess as to the topic of the request image.
|
WebDetection |
WebDetection.setFullMatchingImages(List<WebImage> fullMatchingImages)
Fully matching images from the Internet.
|
WebDetection |
WebDetection.setPagesWithMatchingImages(List<WebPage> pagesWithMatchingImages)
Web pages containing the matching images from the Internet.
|
WebDetection |
WebDetection.setPartialMatchingImages(List<WebImage> partialMatchingImages)
Partial matching images from the Internet.
|
WebDetection |
WebDetection.setVisuallySimilarImages(List<WebImage> visuallySimilarImages)
The visually similar image results.
|
WebDetection |
WebDetection.setWebEntities(List<WebEntity> webEntities)
Deduced entities from similar images on the Internet.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse |
AnnotateImageResponse.setWebDetection(WebDetection webDetection)
If present, web detection has completed successfully.
|
Copyright © 2011–2019 Google. All rights reserved.