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

Go integration

✓ Official SDK
Install
go get github.com/Azure/azure-sdk-for-go
Quick start
import "azure-sdk-for-go"

// Initialize client
client := azure-sdk-for-go.NewClient("YOUR_API_KEY")
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-go
Go
API
azure.com
azure.com:cognitiveservices-Face
At a glance
Language Go
Endpoints63
✓ Official