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

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Gets all resource providers for the tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers
Gets a resource by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceId}
Gets the specified resource provider at the tenant level.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/{resourceProviderNamespace}
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:resources
At a glance
Language C#
Endpoints78
✓ Official