Retrieve a face list’s faceListId, name, userData, recognitionModel and faces in the face list.

get/facelists/{faceListId}

Path parameters

faceListIdstring required

Id referencing a particular face list.

Query parameters

returnRecognitionModelboolean

A value indicating whether the operation should return 'recognitionModel' in response.

Response

A successful call returns the face list's information.

namestring

User defined name, maximum length is 128.

userDatastring

User specified data. Length should not exceed 16KB.

Changes