UiPath Documentation
activities
latest
false
Classic Integrations activities

Safe Search

Activity for detecting adult, medical, racy, or violent content in an image using Google Cloud Vision Safe Search

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.
  • Properties
  • Common
  • Input
  • Misc
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated