Skip to content

Commit ef22612

Browse files
authored
Merge pull request #180302 from eric-urban/patch-10
Update how-to-custom-commands-setup-speech-sdk.md
2 parents b786808 + f9dc58a commit ef22612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-commands-setup-speech-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Add the code-behind source as follows:
306306
// the RecoLanguage property is optional (default en-US); note that only en-US is supported in Preview
307307
const string speechCommandsApplicationId = "YourApplicationId"; // Your application id
308308
const string speechSubscriptionKey = "YourSpeechSubscriptionKey"; // Your subscription key
309-
const string region = "YourServiceRegion"; // The subscription service region. Note: only 'westus2' is currently supported
309+
const string region = "YourServiceRegion"; // The subscription service region.
310310
311311
var speechCommandsConfig = CustomCommandsConfig.FromSubscription(speechCommandsApplicationId, speechSubscriptionKey, region);
312312
speechCommandsConfig.SetProperty(PropertyId.SpeechServiceConnection_RecoLanguage, "en-us");

0 commit comments

Comments
 (0)