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

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Start a run on a remote compute target.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/startrun
Start a run from a snapshot on a remote compute target.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/snapshotrun
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:machinelearningservices-execution
At a glance
Language C#
Endpoints4
✓ Official