Skip to main content

TRekognitionDisassociateFacesRequest

Class in AWS.Rekognition

DisassociateFaces request class.

Ancestors

Properties

ClientRequestToken

property ClientRequestToken: string

CollectionId

property CollectionId: string

FaceIds

property FaceIds: TList<string>

UserId

property UserId: string

Constructors

Create

constructor Create(const ACollectionId: string; const AFaceIds: array of string; const AUserId: string);

Constructor for TRekognitionDisassociateFacesRequest.

Parameters

NameDescription
ACollectionIdSpecify the IP of an existing collection containing the UserId.
AFaceIdsSpecify a list of FaceIDs to disassociate from the UserId.
AUserIdSpecify the ID of the existing user.