Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported regions of speech svc on cogs #50770

Merged
merged 1 commit into from Mar 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -13,6 +13,7 @@ Use this table to determine availability of standard and neural voices by region
| Region | Endpoint | Standard Voices | Neural Voices |
|--------|----------|-----------------|---------------|
| Australia East | `https://australiaeast.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
| Brazil South | `https://brazilsouth.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| Canada Central | `https://canadacentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
| Central US | `https://centralus.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| East Asia | `https://eastasia.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
Expand All @@ -21,6 +22,7 @@ Use this table to determine availability of standard and neural voices by region
| France Central | `https://francecentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| India Central | `https://centralindia.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
| Japan East | `https://japaneast.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| Japan West | `https://japanwest.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| Korea Central | `https://koreacentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| North Central US | `https://northcentralus.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
| North Europe | `https://northeurope.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
Expand All @@ -38,6 +40,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
| Region | Endpoint |
|--------|----------|
| Australia East | `https://australiaeast.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| Brazil South | `https://brazilsouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| Canada Central | `https://canadacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| Central US | `https://centralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| East Asia | `https://eastasia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
Expand All @@ -46,6 +49,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
| France Central | `https://francecentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| India Central | `https://centralindia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| Japan East | `https://japaneast.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| Japan West | `https://japanwest.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| Korea Central | `https://koreacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| North Central US | `https://northcentralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
| North Europe | `https://northeurope.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
Expand Down