Face List

Operations

Add Face From Stream

Add a face to a specified face list, up to 1,000 faces.
To deal with an image contains multiple faces, input face can be specified as an image with a targetFace...

Add Face From Url

Add a face to a specified face list, up to 1,000 faces.
To deal with an image contains multiple faces, input face can be specified as an image with a targetFace...

Create

Create an empty face list with user-specified faceListId, name, an optional userData and recognitionModel. Up to 64 face lists are allowed in one subscription.
...

Delete

Delete a specified face list.

Delete Face

Delete a face from a face list by specified faceListId and persistedFaceId.
Adding/deleting faces to/from a same face list are processed sequentially and to/fro...

Get

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

List

List face lists’ faceListId, name, userData and recognitionModel.
To get face information inside faceList use FaceList - Get

Update

Update information of a face list.