github Azure/azure-sdk-for-java azure-ai-vision-face_1.0.0-beta.1

latest releases: azure-resourcemanager-consumption_1.0.0-beta.4, azure-identity-broker_1.1.6, azure-identity_1.14.0...
pre-release4 months ago

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>") from com.azure.core.credential
  • Authentication with AAD using DefaultAzureCredentialBuilder() from com.azure.identity

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.