FaceDetection

Estimated reading: 2 minutes 2516 views

FaceDetection activity provides the Detect Faces operation that looks for key facial features such as eyes, nose,and mouth to detect faces in an input image. It will return the estimated age range for detected faces, gender confidence, gender value, beard value.

Properties

INPUT

GetAttributes: There are two options ALL and Default. Choose ALL to get the value of all the features.

ImagePath:* Choose the path of the image file which has to be processed.

MISC

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError:It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False”
True: Continues the workflow to the next step
False: Stops the workflow and throws an error.

Version: It specifies the version of the AmazonRekognition feature in use

OUTPUT

Output: This is not a mandatory field. However, to see the output of the face detected declare a variable here.

Result: Declare a variable here to validate the activity. It accepts only Boolean value. This is not a mandatory field.

* Represents mandatory fields to execute the workflow.

Share this Doc

FaceDetection

Or copy link

CONTENTS