Skip to content

Commit 55c6312

Browse files
Merge pull request #101100 from chrisbasoglu/patch-15
[Cog Svcs] Update support.md
2 parents 9880fa6 + 573d12d commit 55c6312

File tree

3 files changed

+87
-11
lines changed

3 files changed

+87
-11
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: Sovereign Clouds - Speech service
3+
titleSuffix: Azure Cognitive Services
4+
description: Learn how to use Sovereign Clouds
5+
services: cognitive-services
6+
author: cbasoglu
7+
manager: xdh
8+
ms.service: cognitive-services
9+
ms.subservice: speech-service
10+
ms.topic: conceptual
11+
ms.date: 1/14/2020
12+
ms.author: cbasoglu
13+
---
14+
15+
# Speech services with sovereign clouds
16+
17+
## Azure Government (United States)
18+
19+
Only US federal, state, local, and tribal governments and their partners have access to this dedicated instance with operations controlled by screened US citizens.
20+
- Regions: US Gov Virginia
21+
- SR in SpeechSDK:*config.FromHost("wss://virginia.stt.speech.azure.us", "\<your-key\>");*
22+
- TTS in SpeechSDK: *config.FromHost("https[]()://virginia.tts.speech.azure.us", "\<your-key\>");*
23+
- Authentication Tokens: https[]()://virginia.api.cognitive.microsoft.us/sts/v1.0/issueToken
24+
- Azure Portal: https://portal.azure.us
25+
- Custom Speech Portal: https://virginia.cris.azure.us/Home/CustomSpeech
26+
- Available SKUs: S0
27+
- Supported features:
28+
- Speech-to-Text
29+
- Custom Speech (Acoustic/language adaptation)
30+
- Text-to-Speech
31+
- Speech Translator
32+
- Unsupported features
33+
- Custom Voice
34+
- Neural voices for Text-to-speech
35+
- Supported locales: Locales for the following languages are supported.
36+
- Arabic (ar-*)
37+
- Chinese (zh-*)
38+
- English (en-*)
39+
- French (fr-*)
40+
- German (de-*)
41+
- Hindi
42+
- Korean
43+
- Russian
44+
- Spanish (es-*)
45+
46+
## Microsoft Azure China
47+
48+
Located in China, an Azure data center with direct access to China Mobile, China Telecom, China Unicom and other major carrier backbone network, for Chinese users to provide high-speed and stable local network access experience.
49+
- Regions: China East 2 (Shanghai)
50+
- SR in SpeechSDK: *config.FromHost("wss://chinaeast2.stt.speech.azure.cn", "\<your-key\>");*
51+
- TTS in SpeechSDK: *config.FromHost("https[]()://chinaeast2.tts.speech.azure.cn", "\<your-key\>");*
52+
- Authentication Tokens: https[]()://chinaeast2.api.cognitive.microsoft.cn/sts/v1.0/issueToken
53+
- Azure Portal: https://portal.azure.cn
54+
- Custom Speech Portal: https://chinaeast2.cris.azure.cn/Home/CustomSpeech
55+
- Available SKUs: S0
56+
- Supported features:
57+
- Speech-to-Text
58+
- Custom Speech (Acoustic/language adaptation)
59+
- Text-to-Speech
60+
- Speech Translator
61+
- Unsupported features
62+
- Custom Voice
63+
- Neural voices for Text-to-speech
64+
- Supported locales: Locales for the following languages are supported.
65+
- Arabic (ar-*)
66+
- Chinese (zh-*)
67+
- English (en-*)
68+
- French (fr-*)
69+
- German (de-*)
70+
- Hindi
71+
- Korean
72+
- Russian
73+
- Spanish (es-*)
74+

articles/cognitive-services/Speech-Service/support.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ Azure customers can create and manage support requests in the Azure portal.
5454
* [Azure portal](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview)
5555
* [Azure portal for the United States government](https://portal.azure.us)
5656

57-
## Post a question to Stack Overflow
58-
59-
Stack Overflow is the preferred channel for development-related questions. It's where members of the community and Microsoft team members are directly involved in helping you solve your problems.
60-
61-
If you can't find an answer to your problem via search, submit a new question to Stack Overflow by using tags [\[microsoft-cognitive\]\[speech\]](https://stackoverflow.com/questions/tagged/microsoft-cognitive+speech).
62-
63-
> [!TIP]
64-
> The following posts from Stack Overflow contain tips on how to form questions and add source code. Following these guidelines might help increase the chances that community members assess and respond to your question quickly:
65-
> * [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask)
66-
> * [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve)
67-
6857
## Create a GitHub issue
6958

7059
Samples are often posted as open source. For questions and issues, create an *issue* in the respective GitHub repository. You can submit a pull request, too. The following list contains links to the sample repositories:
@@ -104,6 +93,16 @@ Which version of the SDK are you using.
10493
- If you report an error for a specific service interaction, report the SessionId and time (incl. timezone) of the reported incidents. The SessionId is reported in all call-backs/events you receive.
10594
- Any other additional information
10695

96+
## Post a question to Stack Overflow
97+
98+
Stack Overflow is the preferred channel for development-related questions. It's where members of the community and Microsoft team members are directly involved in helping you solve your problems.
99+
100+
If you can't find an answer to your problem via search, submit a new question to Stack Overflow by using tags [\[microsoft-cognitive\]\[speech\]](https://stackoverflow.com/questions/tagged/microsoft-cognitive+speech).
101+
102+
> [!TIP]
103+
> The following posts from Stack Overflow contain tips on how to form questions and add source code. Following these guidelines might help increase the chances that community members assess and respond to your question quickly:
104+
> * [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask)
105+
> * [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve)
107106
108107
## UserVoice forum
109108

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@
525525
displayName: "support,help,release notes,search,scoped search,azure support,github support,stack overflow,github issues,bugs,feedback,uservoice"
526526
- name: Regions
527527
href: regions.md
528+
- name: Sovereign Clouds
529+
href: sovereign-clouds.md
530+
displayName: "fairfax,mooncake,compliant,secret,compliance,government,government cloud,dod,china"
528531
- name: Pricing and limits
529532
href: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/
530533
- name: Compliance

0 commit comments

Comments
 (0)