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

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
List blueprint definitions.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints
Get a blueprint definition.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
List published versions of given blueprint definition.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:blueprint-blueprintDefinition
At a glance
Language C#
Endpoints14
✓ Official