Skip to main content

IRekognitionStartFaceDetectionRequest

Interface in AWS.Rekognition

Interface for StartFaceDetection requests.

Ancestors

Properties

FaceAttributes

property FaceAttributes: TList<string>

Optionally, specify the face attributes you want returned.

Valid values: ALL | DEFAULT. If not specified, the DEFAULT set of attributes will be returned: BoundingBox, Confidence, Pose, Quality, and Landmarks.

Methods

AddFaceAttribute

function AddFaceAttribute(const AFaceAttribute: string): NativeInt;

Add a face attribute to FaceAttributes.

Parameters

NameDescription
AFaceAttributeSpecify a face attribute to add to FaceAttributes. Valid values:|.

Returns

Returns the index of the face attribute added to FaceAttributes.