Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
WebImage |
WebImage.clone() |
WebImage |
WebImage.set(String fieldName,
Object value) |
WebImage |
WebImage.setScore(Float score)
(Deprecated) Overall relevancy score for the image.
|
WebImage |
WebImage.setUrl(String url)
The result image URL.
|
Modifier and Type | Method and Description |
---|---|
List<WebImage> |
WebDetection.getFullMatchingImages()
Fully matching images from the Internet.
|
List<WebImage> |
WebPage.getFullMatchingImages()
Fully matching images on the page.
|
List<WebImage> |
WebDetection.getPartialMatchingImages()
Partial matching images from the Internet.
|
List<WebImage> |
WebPage.getPartialMatchingImages()
Partial matching images on the page.
|
List<WebImage> |
WebDetection.getVisuallySimilarImages()
The visually similar image results.
|
Modifier and Type | Method and Description |
---|---|
WebDetection |
WebDetection.setFullMatchingImages(List<WebImage> fullMatchingImages)
Fully matching images from the Internet.
|
WebPage |
WebPage.setFullMatchingImages(List<WebImage> fullMatchingImages)
Fully matching images on the page.
|
WebDetection |
WebDetection.setPartialMatchingImages(List<WebImage> partialMatchingImages)
Partial matching images from the Internet.
|
WebPage |
WebPage.setPartialMatchingImages(List<WebImage> partialMatchingImages)
Partial matching images on the page.
|
WebDetection |
WebDetection.setVisuallySimilarImages(List<WebImage> visuallySimilarImages)
The visually similar image results.
|
Copyright © 2011–2019 Google. All rights reserved.