v5
latestSwagger 2.02026-07-136680294.1 KBCreate an empty Large Face List with user-specified largeFaceListId, name, an optional userData and recognitionModel.
Large Face List is a list of faces, up to 1,000,000 faces, and used by "Find Similar From Large Face List".
After creation, user should use Add Large Face List Face to import the faces and Train Large Face List to make it ready for "Find Similar". No image will be stored. Only the extracted face feature(s) will be stored on server until Delete Large Face List is called.
"Find Similar" is used for scenario like finding celebrity-like faces, similar face filtering, or as a light way face identification. But if the actual use is to identify person, please use Person Group / Large Person Group and "Identify".
[!NOTE]
- Free-tier subscription quota: 64 Large Face Lists.
- S0-tier subscription quota: 1,000,000 Large Face Lists.
put/largefacelists/{largeFaceListId}
Path parameters
largeFaceListIdstring required
Valid character is letter in lower case or digit or '-' or '_', maximum length is 64.
Request body
Response
The request has succeeded.