Optional
faceFace attributes for detected face.
Optional
faceUnique 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.
Optional
faceAn 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.
Optional
recognitionThe 'recognitionModel' associated with this faceId. This is only returned when 'returnRecognitionModel' is explicitly set as true.
Response for detect API.