Skip to main content

Face Detection

UiPath.GoogleVision.Activities.FaceDetection

Identifies and retrieves faces inside the 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.
  • MaxNumberOfResults - The maximum number of detected faces. This field supports only integers and Int32 variables.

Misc

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

Output

  • FaceRectangle - An IEnumerable<Rectangle> variable, which contains the location of the face inside the image.