-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Library name
Azure.AI.Vision.Face
Please describe the feature.
There is support for: LargePersonGroup and LargeFaceList.
But there is no support for: PersonGroup, FaceList and (most importantly to us) PersonDirectory
Api Docs:
https://learn.microsoft.com/en-us/rest/api/face/person-directory?view=rest-face-v1.0-preview
There are files for the models and routes for these over here:
https://github.com/Azure/azure-rest-api-specs/tree/main/specification/ai/Face
We've been asked to migrate from Microsoft.Azure.CognitiveServices.Vision.Face to Azure.AI.Vision.Face by Microsoft support, but this is blocking us.
Also, although the PersonDirectory documentation shows it is in Preview, we've been told by Microsoft that we can use it in production, and so we have been for quite a while.
Maybe related Azure/azure-rest-api-specs#31023