Detect human faces in an image and returns face locations, and optionally with faceIds, landmarks, and attributes.
Supports noop? false
Parameters
error(Optional[String[1]])
—
return_face_id(Optional[String[1]])
— A value indicating whether the operation should return faceIds of detected faces.
return_face_landmarks(Optional[String[1]])
— A value indicating whether the operation should return landmarks of the detected faces.
return_face_attributes(Optional[String[1]])
— Analyze and return the one or more specified face attributes in the comma-separated string like 'returnFaceAttributes=age,gender'. Supported face attributes include age, gender, headPose, smile, facialHair, glasses and emotion. Note that each face attribute analysis has additional computational and time cost.
image_url(Optional[String[1]])
— A JSON document with a URL pointing to the image that is to be analyzed.