Get Faceset Details

This activity is used to get the face set details of the given face set token. It helps us get
the information about outer Display name, Number of faces in the face set token, Face
token for each face, etc...

Technical Reference

 

 

           INPUT

FaceSetToken: Specify the face token for which the details are required.

Parameter1: Specify if the above given value is a face set or an outer ID.

 

 

 

 

 

 

 

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 view the result of the activity, declare a variable here.

Result: Declare a Boolean value here to validate the success state of the activity. This is not a mandatory field.

*Mandatory field to execute the workflow

Use Case

The following example illustrates on how we can use the get face set details activity,
to get the details of a specified face set using a face set token. Here we can get the
details like faceset token, outer ID, Face count, face tokens.

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 Get Face set details activity into the FPP scope.

4.     Click on the activity.

5.     Enter the face set token of the face set for which the details are required.

6.     Enter the Parameter 1 as face set token or outer ID based on the input given.

7.     Declare a variable in the output box of the output segment.

8.     Drag and drop a writelog activity below the Get face set details 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 gives the face set details in the output box.