Face Recognition activity

An activity that finds one or more human faces in an image and gets face rectangles in the image with information such as age, gender, pose, smile, facial hair, and glasses.


Face Recognition activity

Configure the Face Recognition activity

To configure the Face Recognition activity, do the procedure in this topic.

Examples

Good to Know

How to Start

  1. Open Process Builder.

    For information about how to open this screen, refer to Process Builder.


    Open Process Builder
  2. In Process Builder, in the Activity Library, open the MS Cognitive Services tab.

    MS Cognitive Services tab
  3. On the MS Cognitive Services tab, drag the Face Recognition activity onto your process.

    Drag Face Recognition activity

General Configuration

Specifies the basic settings for the Face Recognition activity.

Figure: General Configuration screen

General Configuration screen

Good to Know

  • Documentation for this screen is provided for completeness. The fields are mostly self-explanatory.

Fields

Field NameDefinition

Display Name

Description:
Specifies the activity name that shows in your process.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
No
Example:
This is a common configuration field that is used in many examples. Refer to:
  • Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.

Description

Description:
Specifies an optional text description for your activity.
Allowed Values:
More than one line of text.
Default Value:
None
Accepts Variables:
No

Source Repository

Specifies the original, or source, location type for your files.

Figure: Source Repository screen

Source Repository screen

Fields

Field NameDefinition

Source Repository

Opens this Screen:
The configuration screen for your document repository. The specific screen that shows depends on your document repository type.

For more information, refer to Document Repositories.

Function of this Screen:
Configures your document repository.

Face Recognition Configuration screen

Configures an operation to find faces on images.

Figure: Face Recognition Configuration screen

Face Recognition Configuration screen

Fields

Field NameDefinition

MS Cognitive Services

Description:
Specifies the access token that connects to your Microsoft Cognitive Services.
Allowed Values:
A list of access tokens configured for your environment.

The selected access token must have the Microsoft Cognitive Service Type configured for Face API.

Default Value:
None
Example:
Refer to:

Create Add Token icon

Opens this Screen:
Access Token for Microsoft Cognitive Services
Function of this Screen:
Configure an access token to connect to Microsoft Cognitive Services.
Example:
Refer to:

Map Response to AgilePoint Schema

Description:
Specifies the connection from the Microsoft Cognitive Services API response parameter to your process schema.
Allowed Values:
Click the Schema Mapping Schema Mapping icon button to open the Schema Mapper.

Use this screen to connect the response to the data model for your process.

Default Value:
None
Example:
Refer to:

Store the Response in Custom Attribute

Description:
Specifies the process data variable that stores the responses from the Microsoft Face Recognition service.
Allowed Values:
A process data variable that accepts a text string in JSON format.
Default Value:
None
Accepts Variables:
Yes
Example:
[{"FaceAttributes":{"Accessories":[],"Age":43,"Blur":{"BlurLevel":0,"Value":0.12},"Emotion":{"Anger":0,"Contempt":0,"Disgust":0,"Fear":0,"Happiness":1,"Neutral":0,"Sadness":0,"Surprise":0},…}]