Skip to main content

TRekognitionListUsersRequest

Class in AWS.Rekognition

ListUsers request class.

Ancestors

Properties

CollectionId

property CollectionId: string

MaxResults

property MaxResults: TOptional<Integer>

NextToken

property NextToken: string

Constructors

Create

constructor Create(const ACollectionId: string); overload;

Constructor for TRekognitionListUsersRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of the collection to return faces from.

constructor Create(const ACollectionId: string; const AMaxResults: TOptional<Integer>; const ANextToken: string = ''); overload;

Constructor for TRekognitionListUsersRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of the collection to return UserIDs from.
AMaxResultsSpecify the maximum number of results to return. Valid range: 1 - 500.
ANextTokenSpecify the NextToken from a previous response to fetch the next page of results.