Reference documentation and code samples for the Cloud Vision V1 Client class WebPage.
Metadata for web pages.
Generated from protobuf message google.cloud.vision.v1.WebDetection.WebPage
Namespace
Google \ Cloud \ Vision \ V1 \ WebDetectionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ url
string
The result web page URL.
↳ score
float
(Deprecated) Overall relevancy score for the web page.
↳ page_title
string
Title for the web page, may contain HTML markups.
↳ full_matching_images
↳ partial_matching_images
array< WebImage
>
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
getUrl
The result web page URL.
string
setUrl
The result web page URL.
var
string
$this
getScore
(Deprecated) Overall relevancy score for the web page.
float
setScore
(Deprecated) Overall relevancy score for the web page.
var
float
$this
getPageTitle
Title for the web page, may contain HTML markups.
string
setPageTitle
Title for the web page, may contain HTML markups.
var
string
$this
getFullMatchingImages
Fully matching images on the page.
Can include resized copies of the query image.
setFullMatchingImages
Fully matching images on the page.
Can include resized copies of the query image.
$this
getPartialMatchingImages
Partial matching images on the page.
Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
setPartialMatchingImages
Partial matching images on the page.
Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
$this

