Using cognitive-services-speech-sdk with azure.com

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Download alterations from runtime.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /alterations
Gets endpoint keys for an endpoint
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /endpointkeys
Gets all knowledgebases for a user.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /knowledgebases
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:cognitiveservices-QnAMaker
At a glance
Language C#
Endpoints15
✓ Official