Retrieve a large face list’s largeFaceListId, name, userData and recognitionModel.

get/largefacelists/{largeFaceListId}

Path parameters

largeFaceListIdstring required

Id referencing a particular large face list.

Query parameters

returnRecognitionModelboolean

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

Response

A successful call returns the large face list's information.

namestring

User defined name, maximum length is 128.

userDatastring

User specified data. Length should not exceed 16KB.

Changes