Skip to content

Commit 8dc13ba

Browse files
authored
Merge pull request #56893 from erhopf/speech-regions-update
[CogSvcs] Improving Regions Doc for Speech Services
2 parents 6810b2d + e1ebf8e commit 8dc13ba

8 files changed

+368
-355
lines changed

articles/cognitive-services/Speech-Service/how-to-recognize-speech-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The REST API is the simplest way to recognize speech if you aren't using a langu
2525
> Utterances are limited to 15 seconds or less when you use the REST API.
2626
> Check out the [Speech SDK](how-to-recognize-speech-csharp.md) for recognition of longer utterances.
2727
28-
For more information on the **Speech to Text** REST API, see the [REST APIs](rest-apis.md#speech-to-text) article. To see the API in action, download the [REST API samples](https://github.com/Azure-Samples/SpeechToText-REST) from GitHub.
28+
For more information on the **Speech to Text** REST API, see the [REST APIs](rest-apis.md#speech-to-text-api) article. To see the API in action, download the [REST API samples](https://github.com/Azure-Samples/SpeechToText-REST) from GitHub.
2929

3030
## Next steps
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If an error occurs, the status codes below are used. The response body for the e
8787
429|Too Many Requests|You have exceeded the quota or rate of requests allowed for your subscription.
8888
|502|Bad Gateway | Network or server-side issue. May also indicate invalid headers.
8989

90-
For more information on the Text to Speech REST API, see [REST APIs](rest-apis.md#text-to-speech).
90+
For more information on the Text to Speech REST API, see [REST APIs](rest-apis.md#text-to-speech-api).
9191

9292
## Next steps
9393

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

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,25 @@ ms.date: 09/24/2018
1313
ms.author: mahilleb
1414
---
1515

16-
# Regions of the Speech Service
16+
# Speech Service supported regions
1717

18-
The Speech Service is available in different regions.
19-
When you create a subscription, you can select an available region based on your needs.
18+
The Speech service allows your application to convert audio to text, perform speech translation, and covert text to speech. The service is available in multiple regions with unique endpoints for the Speech SDK and REST APIs.
2019

21-
When you use your subscription, you have to account for the region you selected.
22-
23-
## REST API
24-
25-
Use the REST API to select the correct region-specific endpoints.
26-
See [REST APIs](rest-apis.md) for details.
20+
Make sure that you use the endpoint that matches the region for your subscription.
2721

2822
## Speech SDK
2923

3024
In the [Speech Service SDK](speech-sdk.md), regions are specified as a string
3125
(for example, as a parameter to `SpeechConfig.FromSubscription` in the Speech SDK for C#).
3226

33-
### Regions for speech recognition and translation
27+
### Speech recognition and translation
3428

35-
The following table lists the available regions for **speech recognition** and **translation**.
29+
The Speech SDK is available in these regions for **speech recognition** and **translation**:
3630

3731
Region | Speech SDK Parameter | Speech Customization Portal
3832
------|-------|--------
3933
West US | `westus` | https://westus.cris.ai
40-
West US2 | `westus2` | https://westus2.cris.ai
34+
West US2 | `westus2` | https://westus2.cris.ai
4135
East US | `eastus` | https://eastus.cris.ai
4236
East US2 | `eastus2` | https://eastus2.cris.ai
4337
East Asia | `eastasia` | https://eastasia.cris.ai
@@ -46,8 +40,26 @@ The following table lists the available regions for **speech recognition** and *
4640
West Europe | `westeurope` | https://westeurope.cris.ai
4741

4842

49-
### Regions for intent recognition
43+
### Intent recognition
44+
45+
**Intent recognition** for the Speech SDK shares regions support with LUIS. For a complete list of available regions, see [Publishing regions and endpoints - LUIS](https://docs.microsoft.comazure/cognitive-services/luis/luis-reference-regions)
5046

5147
Available regions for **intent recognition** via the Speech SDK are listed on the [Language Understanding service region page](/azure/cognitive-services/luis/luis-reference-regions).
52-
For each publishing region listed, the corresponding Speech SDK region parameter is determined as the first part of the domain name of the endpoint.
53-
For example, use `westus` to specify the West US publishing region.
48+
49+
For each publishing region listed, use the provided **API region name**. For example, use `westus` for West US.
50+
51+
## REST APIs
52+
53+
The Speech service also exposes REST endpoints for speech-to-text and text-to-speech requests.
54+
55+
### Speech-to-text
56+
57+
For speech-to-text reference documentation, see [REST APIs](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis#speech-to-text).
58+
59+
[!INCLUDE [](../../../includes/cognitive-services-speech-service-endpoints-speech-to-text.md)]
60+
61+
### Text-to-speech
62+
63+
For text-to-speech reference documentation, see [REST APIs](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis#speech-to-text).
64+
65+
[!INCLUDE [](../../../includes/cognitive-services-speech-service-endpoints-text-to-speech.md)]

0 commit comments

Comments
 (0)