1.0.0-beta.1 (2024-05-28)
Version 1.0.0-beta.1 is a preview of our efforts in creating a client library for Azure AI Vision Face Service that is developer-friendly
and idiomatic to the Java ecosystem. The principles that guide
our efforts can be found in the Azure SDK Design Guidelines for Java. For more information about this, and preview releases of other Azure SDK libraries, please visit
https://azure.github.io/azure-sdk/releases/latest/java.html.
- It uses the Azure AI Vision Face service
v1.1-preview.1
API. - Three client design:
FaceClient
provides functionality for face detection and recognition, including 'detect', 'verify', 'findsimilar' and 'group'FaceSessionClient
to orchestrate with mobile client application to perform liveness check and verification
- Authentication with API key supported using
AzureKeyCredential("<api_key>")
fromcom.azure.core.credential
- Authentication with AAD using
DefaultAzureCredentialBuilder()
fromcom.azure.identity