Search code examples
azure-cognitive-servicesface-api

Using Face API to augment identity services


My application is already based on Azure B2C, but I'd like to add face recognition as an additional, alternative sign in method (with pin, of course). But this application would require onboarding users one at a time.

I've only done a quick perusal of the docs, but it looks like I have to add all my faces at once, instead of onboarding customers one at a time. That won't work for me.

Do I understand this limitation correctly?
TIA


Solution

  • Adding/Deleting faces to different FaceLists or Persons in LargePersonGroup can be processed concurrently.

    Same operations to one specific FaceList or Person in LargePersonGroup should be done sequentially.