Detect human faces in an image and returns face locations, and optionally with faceIds, landmarks, and attributes.

post/detect

Query parameters

returnFaceIdboolean

A value indicating whether the operation should return faceIds of detected faces.

returnFaceLandmarksboolean

A value indicating whether the operation should return landmarks of the detected faces.

returnFaceAttributesstring[]

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.

Parameters

../../../Common/Parameters.json#/components/parameters/ImageUrl — unresolved $ref

Response

A successful call returns an array of face entries ranked by face rectangle size in descending order. An empty response indicates no faces detected.

faceIdstring uuid

Changes