Skip to content

Commit ad60624

Browse files
Merge pull request #249789 from sally-baolian/patch-148
Update how-to-deploy-and-use-endpoint.md
2 parents 120941c + 44320f8 commit ad60624

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

articles/ai-services/speech-service/how-to-deploy-and-use-endpoint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ To create a custom neural voice endpoint:
3333
1. Select **Custom Voice** > Your project name > **Deploy model** > **Deploy model**.
3434
1. Select a voice model that you want to associate with this endpoint.
3535
1. Enter a **Name** and **Description** for your custom endpoint.
36+
1. Select **Endpoint type** according to your scenario. If your resource is in a supported region, the default setting for the endpoint type is *High performance*. Otherwise, if the resource is in an unsupported region, the only available option is *Fast resume*.
37+
- *High performance*: Optimized for scenarios with real-time and high-volume synthesis requests, such as conversational AI, call-center bots. It takes around 5 minutes to deploy or resume an endpoint. For information about regions where the *High performance* endpoint type is supported, see the footnotes in the [regions](regions.md#speech-service) table.
38+
- *Fast resume*: Optimized for audio content creation scenarios with less frequent synthesis requests. Easy and quick to deploy or resume an endpoint in under a minute. The *Fast resume* endpoint type is supported in all [regions](regions.md#speech-service) where text to speech is available.
39+
3640
1. Select **Deploy** to create your endpoint.
3741

3842
After your endpoint is deployed, the endpoint name appears as a link. Select the link to display information specific to your endpoint, such as the endpoint key, endpoint URL, and sample code. When the status of the deployment is **Succeeded**, the endpoint is ready for use.

articles/ai-services/speech-service/regions.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ The following regions are supported for Speech service features such as speech t
3434
| ----- | ----- | ----- |
3535
| Africa | South Africa North | `southafricanorth` <sup>6</sup>|
3636
| Asia Pacific | East Asia | `eastasia` <sup>5</sup>|
37-
| Asia Pacific | Southeast Asia | `southeastasia` <sup>1,2,3,4,5</sup>|
38-
| Asia Pacific | Australia East | `australiaeast` <sup>1,2,3,4</sup>|
37+
| Asia Pacific | Southeast Asia | `southeastasia` <sup>1,2,3,4,5,7</sup>|
38+
| Asia Pacific | Australia East | `australiaeast` <sup>1,2,3,4,7</sup>|
3939
| Asia Pacific | Central India | `centralindia` <sup>1,2,3,4,5</sup>|
4040
| Asia Pacific | Japan East | `japaneast` <sup>2,5</sup>|
4141
| Asia Pacific | Japan West | `japanwest` |
4242
| Asia Pacific | Korea Central | `koreacentral` <sup>2</sup>|
4343
| Canada | Canada Central | `canadacentral` <sup>1</sup>|
44-
| Europe | North Europe | `northeurope` <sup>1,2,4,5</sup>|
45-
| Europe | West Europe | `westeurope` <sup>1,2,3,4,5</sup>|
44+
| Europe | North Europe | `northeurope` <sup>1,2,4,5,7</sup>|
45+
| Europe | West Europe | `westeurope` <sup>1,2,3,4,5,7</sup>|
4646
| Europe | France Central | `francecentral` |
4747
| Europe | Germany West Central | `germanywestcentral` |
4848
| Europe | Norway East | `norwayeast` |
4949
| Europe | Switzerland North | `switzerlandnorth` <sup>6</sup>|
5050
| Europe | Switzerland West | `switzerlandwest` |
51-
| Europe | UK South | `uksouth` <sup>1,2,3,4</sup>|
51+
| Europe | UK South | `uksouth` <sup>1,2,3,4,7</sup>|
5252
| Middle East | UAE North | `uaenorth` <sup>6</sup>|
5353
| South America | Brazil South | `brazilsouth` <sup>6</sup>|
5454
| US | Central US | `centralus` |
55-
| US | East US | `eastus` <sup>1,2,3,4,5</sup>|
55+
| US | East US | `eastus` <sup>1,2,3,4,5,7</sup>|
5656
| US | East US 2 | `eastus2` <sup>1,2,4,5</sup>|
5757
| US | North Central US | `northcentralus` <sup>4,6</sup>|
58-
| US | South Central US | `southcentralus` <sup>1,2,3,4,5,6</sup>|
58+
| US | South Central US | `southcentralus` <sup>1,2,3,4,5,6,7</sup>|
5959
| US | West Central US | `westcentralus` <sup>5</sup>|
6060
| US | West US | `westus` <sup>2,5</sup>|
61-
| US | West US 2 | `westus2` <sup>1,2,4,5</sup>|
61+
| US | West US 2 | `westus2` <sup>1,2,4,5,7</sup>|
6262
| US | West US 3 | `westus3` |
6363

6464
<sup>1</sup> The region has dedicated hardware for Custom Speech training. If you plan to train a custom model with audio data, use one of the regions with dedicated hardware for faster training. Then you can [copy the trained model](how-to-custom-speech-train-model.md#copy-a-model) to another region.
@@ -73,6 +73,8 @@ The following regions are supported for Speech service features such as speech t
7373

7474
<sup>6</sup> The region does not support Speaker Recognition.
7575

76+
<sup>7</sup> The region supports the [high performance](how-to-deploy-and-use-endpoint.md#add-a-deployment-endpoint) endpoint type for Custom Neural Voice.
77+
7678
## Intent recognition
7779

7880
Available regions for intent recognition via the Speech SDK are in the following table.

0 commit comments

Comments
 (0)