Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
WebPage |
WebPage.clone() |
WebPage |
WebPage.set(String fieldName,
Object value) |
WebPage |
WebPage.setFullMatchingImages(List<WebImage> fullMatchingImages)
Fully matching images on the page.
|
WebPage |
WebPage.setPageTitle(String pageTitle)
Title for the web page, may contain HTML markups.
|
WebPage |
WebPage.setPartialMatchingImages(List<WebImage> partialMatchingImages)
Partial matching images on the page.
|
WebPage |
WebPage.setScore(Float score)
(Deprecated) Overall relevancy score for the web page.
|
WebPage |
WebPage.setUrl(String url)
The result web page URL.
|
Modifier and Type | Method and Description |
---|---|
List<WebPage> |
WebDetection.getPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
|
Modifier and Type | Method and Description |
---|---|
WebDetection |
WebDetection.setPagesWithMatchingImages(List<WebPage> pagesWithMatchingImages)
Web pages containing the matching images from the Internet.
|
Copyright © 2011–2019 Google. All rights reserved.