Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
List face lists’ faceListId, name, userData and recognitionModel. <br /> To …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /facelists
List all accessible snapshots with related information, including snapshots t…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /snapshots
List person groups’ personGroupId, name, userData and recognitionModel.<br />…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /persongroups
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:cognitiveservices-Face
At a glance
Language Java
Endpoints63
✓ Official