Class WebPage (2.8.0)

WebPage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata for web pages.

Attributes

NameDescription
url str
The result web page URL.
score float
(Deprecated) Overall relevancy score for the web page.
page_title str
Title for the web page, may contain HTML markups.
full_matching_images Sequence[google.cloud.vision_v1p4beta1.types.WebDetection.WebImage]
Fully matching images on the page. Can include resized copies of the query image.
partial_matching_images Sequence[google.cloud.vision_v1p4beta1.types.WebDetection.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.