Skip to content

Commit adcfb6b

Browse files
authored
Update supported regions of speech svc on cogs
1 parent 5faf8bb commit adcfb6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

includes/cognitive-services-speech-service-endpoints-text-to-speech.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Use this table to determine availability of standard and neural voices by region
1313
| Region | Endpoint | Standard Voices | Neural Voices |
1414
|--------|----------|-----------------|---------------|
1515
| Australia East | `https://australiaeast.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
16+
| Brazil South | `https://brazilsouth.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
1617
| Canada Central | `https://canadacentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
1718
| Central US | `https://centralus.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
1819
| East Asia | `https://eastasia.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
@@ -21,6 +22,7 @@ Use this table to determine availability of standard and neural voices by region
2122
| France Central | `https://francecentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2223
| India Central | `https://centralindia.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
2324
| Japan East | `https://japaneast.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
25+
| Japan West | `https://japanwest.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2426
| Korea Central | `https://koreacentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2527
| North Central US | `https://northcentralus.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2628
| North Europe | `https://northeurope.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
@@ -38,6 +40,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
3840
| Region | Endpoint |
3941
|--------|----------|
4042
| Australia East | `https://australiaeast.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
43+
| Brazil South | `https://brazilsouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4144
| Canada Central | `https://canadacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4245
| Central US | `https://centralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4346
| East Asia | `https://eastasia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
@@ -46,6 +49,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
4649
| France Central | `https://francecentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4750
| India Central | `https://centralindia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4851
| Japan East | `https://japaneast.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
52+
| Japan West | `https://japanwest.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4953
| Korea Central | `https://koreacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
5054
| North Central US | `https://northcentralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
5155
| North Europe | `https://northeurope.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |

0 commit comments

Comments
 (0)