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

C# integration

✓ Official SDK

Install

dotnet add package cognitive-services-speech-sdk
Get a list of all AzureStack location.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/locations
Get the specified location.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/locations/{location}
Get the operation status.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/locations/{location}/operationsStatus/{operationsStatusName}
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:azsadmin-Location

At a glance

Language C#
Endpoints4
✓ Official