Skip to content

Commit 9f0a1e3

Browse files
author
Trevor Bye
committed
adding region callout
1 parent 108ebee commit 9f0a1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are a few ways that you can initialize a [`SpeechConfig`](https://docs.mic
4848
* With a host: pass in a host address. A key or authorization token is optional.
4949
* With an authorization token: pass in an authorization token and the associated region.
5050

51-
In this example, you create a [`SpeechConfig`](https://docs.microsoft.com/dotnet/api/microsoft.cognitiveservices.speech.speechconfig?view=azure-dotnet) using a subscription key and region. You also create some basic boilerplate code to use for the rest of this article, which you modify for different customizations.
51+
In this example, you create a [`SpeechConfig`](https://docs.microsoft.com/dotnet/api/microsoft.cognitiveservices.speech.speechconfig?view=azure-dotnet) using a subscription key and region. See the [region support](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#speech-sdk) page to find your region identifier. You also create some basic boilerplate code to use for the rest of this article, which you modify for different customizations.
5252

5353
```csharp
5454
public class Program

0 commit comments

Comments
 (0)