Skip to content

Azure.AI.Vision.Face_1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 May 09:35
ed0ebf7

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 to Azure.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.