Create Collection
UiPath.AmazonRekognition.Activities.CreateCollection
The Create Collection activity uses the Create Collection API to store information about detected faces in a server-side container (i.e. collection). You can use the facial information that's stored in a collection to search for known faces in images.
After you create a face collection, you can use the Add Face activity to detect faces in an image and store the detected facial feature information in the collection. After you add faces, you can use the Identify Face activity to search for specific faces stored in the collection.
Summary
Dependencies
| Dependency | Details |
|---|---|
| Packages | UiPath.Amazon.Rekognition.Activities |
| Activities | Amazon Scope |
Attributes
| Attributes | Details |
|---|---|
| Inputs (Variables) | String Applies to property: CollectionName |
| Outputs (Variables) | N/A |
| API used | Amazon Rekognition - CreateCollection |
Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
Common
DisplayName
The display name of the activity.
| Attributes | Details |
|---|---|
| Type | String |
| Required | Yes |
| Default value | Create Collection |
| Allowed values | Enter a String or String variable. |
| Notes | N/A |
Input
CollectionName
The name or ID of for your new collection.
| Attributes |
Details |
|---|---|
| Type |
|
| Required |
Yes |
| Default value |
Empty |
| Allowed values |
Enter a String or String variable. |
| Notes |
|
Misc
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
| Attributes | Details |
|---|---|
| Type | Checkbox |
| Required | No |
| Default value | Not Selected |
| Allowed values | Selected or Not Selected |
| Notes | N/A |