Skip to main content

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

NameDescription
ACollectionIdSpecify the ID of an existing collection in which to create the user.
AUserIdSpecify the ID for a user to be created. Must be unique within the collection.