TRekognitionIndexFacesRequest
Class in AWS.Rekognition
IndexFaces request class.
Ancestors
Properties
CollectionId
property CollectionId: string
DetectionAttributes
property DetectionAttributes: TList<string>
ExternalImageId
property ExternalImageId: string
Image
property Image: IRekognitionImage
Type: IRekognitionImage
MaxFaces
property MaxFaces: TOptional<Integer>
QualityFilter
property QualityFilter: string
Constructors
Create
constructor Create(const ACollectionId: string; const AImage: IRekognitionImage);
Constructor for TRekognitionIndexFacesRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of an existing collection to add detected faces to. |
AImage | Specify an input image to detect faces within. |