# Safe Search

> `UiPath.GoogleVision.Activities.SafeSearch`

`UiPath.GoogleVision.Activities.SafeSearch`

Specifies whether the image contains Adult, Medical, Racy or Violent content.

## 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

* **Adult** - Likelihood that the image contains adult content. Values can be: `VERY_UNLIKELY`, `UNLIKELY`, `LIKELY`, `VERY_LIKELY`.
* **Medical** - Likelihood that the image contains medical content. Values can be: `VERY_UNLIKELY`, `UNLIKELY`, `LIKELY`, `VERY_LIKELY`.
* **Racy** - Likelihood that the image contains racy content. Values can be: `VERY_UNLIKELY`, `UNLIKELY`, `LIKELY`, `VERY_LIKELY`.
* **Violent** - Likelihood that the image contains violent content. Values can be: `VERY_UNLIKELY`, `UNLIKELY`, `LIKELY`, `VERY_LIKELY`.
