1.0.0-beta.1 (2024-05-27)
This is the first preview Azure AI Face client library that follows the .NET Azure SDK Design Guidelines.
This library replaces the package Microsoft.Azure.CognitiveServices.Vision.Face.
This package's documentation and samples demonstrate the new API.
- This library supports only the Azure AI Face v1.1-preview.1 API.
- The namespace/package name for Azure AI Face has changed from
Microsoft.Azure.CognitiveServices.Vision.Face
toAzure.AI.Vision.Face
. - Three client design:
FaceClient
to perform core Face functions such as face detection, verification, finding similar faces and grouping faces.FaceSessionClient
to interact with sessions which is used for Liveness detection.
Features Added
- Added support for Liveness detection.