Skip to main content

TRekognitionStartFaceSearchRequest

Class in AWS.Rekognition

StartFaceSearch request class.

Ancestors

Properties

CollectionId

property CollectionId: string

FaceMatchThreshold

property FaceMatchThreshold: TOptional<Single>

Constructors

Create

constructor Create(const ACollectionId: string; const AVideo: IRekognitionVideo); overload;

IRekognitionVideo

Constructor for TRekognitionStartVideoJobBaseRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of a collection containing the faces you want to search for.
AVideoSpecify a video stored on Amazon S3 to detect search for faces in.

constructor Create(const ACollectionId: string; const AVideo: IRekognitionVideo; const AJobTag: string; const ANotificationChannel: IRekognitionNotificationChannel); overload;

IRekognitionVideo · IRekognitionNotificationChannel

Constructor for TRekognitionStartCelebrityRecognitionRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of a collection containing the faces you want to search for.
AVideoSpecify a video stored on Amazon S3 to detect search for faces in.
AJobTagSpecify an identifier that's returned in completion notification that's published to a Amazon Simple Notification Service topic.
ANotificationChannelSpecify the Amazon Simple Notification Service (SNS) topic that you want Amazon Rekognition to publish a completion notification to.