TRekognitionCreateUserRequest
Class in AWS.Rekognition
CreateUser request class.
Ancestors
Properties
ClientRequestToken
property ClientRequestToken: string
CollectionId
property CollectionId: string
UserId
property UserId: string
Constructors
Create
constructor Create(const ACollectionId, AUserId: string); overload;
Constructor for TRekognitionCreateUserRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of an existing collection in which to create the user. |
AUserId | Specify the ID for a user to be created. Must be unique within the collection. |