WebDetection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Relevant information for the image from the Internet.
Attributes | |
---|---|
Name | Description |
web_entities |
Sequence[
Deduced entities from similar images on the Internet. |
full_matching_images |
Sequence[
Fully matching images from the Internet. Can include resized copies of the query image. |
partial_matching_images |
Sequence[
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[
Web pages containing the matching images from the Internet. |
visually_similar_images |
Sequence[
The visually similar image results. |
best_guess_labels |
Sequence[
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.