# Logo Detection

> `UiPath.GoogleVision.Activities.LogoDetection`

`UiPath.GoogleVision.Activities.LogoDetection`

Searches for logos inside a 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* and supports only Strings and String variables.
* **ImageUrl** - The URL to a remote image to be analysed. The field is mutually exclusive with *ImagePath* and supports only Strings and String variables.
* **MaxNumberOfResults** - The maximum number of detected logos. The fields supports only Integers and Integer variables.

### Misc

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

### Output

* **Logos** - A list of `KeyValuePair<String,Single>` variable containing as Key the identified logos descriptions and as Value the confidence score for each identified logo.
