You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-recognize-speech-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The REST API is the simplest way to recognize speech if you aren't using a langu
25
25
> Utterances are limited to 15 seconds or less when you use the REST API.
26
26
> Check out the [Speech SDK](how-to-recognize-speech-csharp.md) for recognition of longer utterances.
27
27
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/regions.md
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,31 +13,25 @@ ms.date: 09/24/2018
13
13
ms.author: mahilleb
14
14
---
15
15
16
-
# Regions of the Speech Service
16
+
# Speech Service supported regions
17
17
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.
20
19
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.
27
21
28
22
## Speech SDK
29
23
30
24
In the [Speech Service SDK](speech-sdk.md), regions are specified as a string
31
25
(for example, as a parameter to `SpeechConfig.FromSubscription` in the Speech SDK for C#).
32
26
33
-
### Regions for speech recognition and translation
27
+
### Speech recognition and translation
34
28
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**:
36
30
37
31
Region | Speech SDK Parameter | Speech Customization Portal
38
32
------|-------|--------
39
33
West US | `westus` | https://westus.cris.ai
40
-
West US2 | `westus2` | https://westus2.cris.ai
34
+
West US2 | `westus2` | https://westus2.cris.ai
41
35
East US | `eastus` | https://eastus.cris.ai
42
36
East US2 | `eastus2` | https://eastus2.cris.ai
43
37
East Asia | `eastasia` | https://eastasia.cris.ai
@@ -46,8 +40,26 @@ The following table lists the available regions for **speech recognition** and *
46
40
West Europe | `westeurope` | https://westeurope.cris.ai
47
41
48
42
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)
50
46
51
47
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).
For text-to-speech reference documentation, see [REST APIs](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis#speech-to-text).
0 commit comments