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;
Constructor for TRekognitionStartVideoJobBaseRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of a collection containing the faces you want to search for. |
AVideo | Specify 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
| Name | Description |
|---|---|
ACollectionId | Specify the ID of a collection containing the faces you want to search for. |
AVideo | Specify a video stored on Amazon S3 to detect search for faces in. |
AJobTag | Specify an identifier that's returned in completion notification that's published to a Amazon Simple Notification Service topic. |
ANotificationChannel | Specify the Amazon Simple Notification Service (SNS) topic that you want Amazon Rekognition to publish a completion notification to. |