Skip to main content

TRekognitionListFacesRequest

Class in AWS.Rekognition

ListFaces request class.

Ancestors

Properties

CollectionId

property CollectionId: string

FaceIds

property FaceIds: TList<string>

MaxResults

property MaxResults: TOptional<Integer>

NextToken

property NextToken: string

UserId

property UserId: string

Constructors

Create

constructor Create(const ACollectionId: string); overload;

Constructor for TRekognitionListFacesRequest.

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 TRekognitionListFacesRequest.

Parameters

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