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

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Lists all of the user applications.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/
Gets the available application domains.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/domains
Gets the application info.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/{appId}
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:cognitiveservices-LUIS-Programmatic
At a glance
Language C#
Endpoints97
✓ Official