IRekognitionDetectFacesRequest
Interface in AWS.Rekognition
Interface for DetectFaces requests.
Ancestors
Properties
Attributes
property Attributes: TList<string>
Specify a list of attributes you want to be returned.
Valid values: DEFAULT | ALL | AGE_RANGE | BEARD | EMOTIONS | EYE_DIRECTION | EYEGLASSES | EYES_OPEN | GENDER | MOUTH_OPEN | MUSTACHE | FACE_OCCLUDED | SMILE | SUNGLASSES.
Image
property Image: IRekognitionImage
Type: IRekognitionImage
Specify an input image to detect faces within.
Methods
AddAttribute
function AddAttribute(const AAttribute: string): NativeInt;
Add an attribute to Attributes.
Parameters
| Name | Description |
|---|---|
AAttribute | Specify an attribute to add to Attributes. Valid values:|||||||||||||. |
Returns
Returns the index of the attribute added to Attributes.