Skip to content

Commit f9dc58a

Browse files
authored
Update how-to-custom-commands-setup-speech-sdk.md
Expanded availability
1 parent 58dc255 commit f9dc58a

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)