Class WebDetection (2.8.0)

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

Relevant information for the image from the Internet.

Attributes

NameDescription
web_entities Sequence[google.cloud.vision_v1.types.WebDetection.WebEntity]
Deduced entities from similar images on the Internet.
full_matching_images Sequence[google.cloud.vision_v1.types.WebDetection.WebImage]
Fully matching images from the Internet. Can include resized copies of the query image.
partial_matching_images Sequence[google.cloud.vision_v1.types.WebDetection.WebImage]
Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
pages_with_matching_images Sequence[google.cloud.vision_v1.types.WebDetection.WebPage]
Web pages containing the matching images from the Internet.
visually_similar_images Sequence[google.cloud.vision_v1.types.WebDetection.WebImage]
The visually similar image results.
best_guess_labels Sequence[google.cloud.vision_v1.types.WebDetection.WebLabel]
The service's best guess as to the topic of the request image. Inferred from similar images on the open web.

Classes

WebEntity

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

Entity deduced from similar images on the Internet.

WebImage

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

Metadata for online images.

WebLabel

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

Label to provide extra metadata for the web detection.

WebPage

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

Metadata for web pages.