@@ -13,6 +13,7 @@ Use this table to determine availability of standard and neural voices by region
13
13
| Region | Endpoint | Standard Voices | Neural Voices |
14
14
| --------| ----------| -----------------| ---------------|
15
15
| 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 |
16
17
| Canada Central | ` https://canadacentral.tts.speech.microsoft.com/cognitiveservices/v1 ` | Yes | Yes |
17
18
| Central US | ` https://centralus.tts.speech.microsoft.com/cognitiveservices/v1 ` | Yes | No |
18
19
| 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
21
22
| France Central | ` https://francecentral.tts.speech.microsoft.com/cognitiveservices/v1 ` | Yes | No |
22
23
| India Central | ` https://centralindia.tts.speech.microsoft.com/cognitiveservices/v1 ` | Yes | Yes |
23
24
| 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 |
24
26
| Korea Central | ` https://koreacentral.tts.speech.microsoft.com/cognitiveservices/v1 ` | Yes | No |
25
27
| North Central US | ` https://northcentralus.tts.speech.microsoft.com/cognitiveservices/v1 ` | Yes | No |
26
28
| 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
38
40
| Region | Endpoint |
39
41
| --------| ----------|
40
42
| 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} ` |
41
44
| Canada Central | ` https://canadacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
42
45
| Central US | ` https://centralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
43
46
| 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
46
49
| France Central | ` https://francecentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
47
50
| India Central | ` https://centralindia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
48
51
| 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} ` |
49
53
| Korea Central | ` https://koreacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
50
54
| North Central US | ` https://northcentralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
51
55
| North Europe | ` https://northeurope.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId} ` |
0 commit comments