Faceset UserID

This activity is used to set a user ID for a face token in a face set token. The face set

user ID is used for the convenience of the user.

Technical Reference

 

 

 

INPUT

FaceToken: Specify the face token of the detected face.

User ID: Enter any user ID for the face token.

 

 

 

 

 

 

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 FacePlusPlus feature in use

 

 

OUTPUT

Output: This is not a mandatory field. However, to see the result of the activity, a variable must be declared here.

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

*Mandatory fields to execute the workflow

Use Case

The following example illustrates how we can set a face set user ID to a detected

image for which a face token is generated.

Steps to execute the bot

1.      Drag and drop a FPP scope activity to the workflow.

2.      Enter the API key, API secret and end point.

3.      Drag and drop a face set user ID activity into the FPP scope.

4.      Click on the activity

5.      Enter the face token for which the face set user ID has to be set.

6.      Enter a User Id of your choice. Here it is APJ123.

7.      Enter the declared variable in the output box of the output segment.

8.      Drag and drop a writelog activity below the Face Set User ID activity.

9.      Enter the same variable declared above to the input string of the writelog feature.

10.   Enter the log level as “info”

11.   Execute the activity.

12.   To view the detailed result of the activity, click on home---->logs---->open
 logs and click on the required file to open.

 

The bot executes the activity and sets the user ID for the given face token as APJ123.