# Web Detection

> `UiPath.GoogleVision.Activities.WebDetection`

`UiPath.GoogleVision.Activities.WebDetection`

This activity searches the web for images that match the specified image.

## Properties

### Common

* **ContinueOnError** - If set, the remaining activities are executed if the current activity fails.
* **DisplayName** - The display name of the activity.

### Input

* **ImagePath** - The path to a local image to be analysed. The field is mutually exclusive with **ImageUrl**. This field supports only Strings and String variables.
* **ImageUrl** - The URL to a remote image to be analysed. The field is mutually exclusive with **ImagePath**. This field supports only Strings and String variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **FullMatchingImages** - A list of URLs which lead to images that fully match the inputted image. This field supports only Strings and String variables.
* **PagesWithMatchingImages** - A list of URLs which lead to images that contain the inputted image. This field supports only Strings and String variables.
* **PartialMatchingImages** - A list of URLs which point to images that contain images similar to the inputted image. This field supports only Strings and String variables.
* **WebEntities** - A list of `KeyValuePairs<String,Single>` that contains the terms that can be used to search for the specified image as Key and the score for the respective search term as Value.
