Package version:
OptionalfaceFace attributes for detected face.
OptionalfaceUnique faceId of the detected face, created by detection API and it will expire 24 hours after the detection call. To return this, it requires 'returnFaceId' parameter to be true.
OptionalfaceAn array of 27-point face landmarks pointing to the important positions of face components. To return this, it requires 'returnFaceLandmarks' parameter to be true.
A rectangle area for the face location on image.
OptionalrecognitionThe 'recognitionModel' associated with this faceId. This is only returned when 'returnRecognitionModel' is explicitly set as true.
Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"
Response for detect API.