Skip to content

Commit acefaf1

Browse files
Update custom-avatar-endpoint.md
1 parent 55abd79 commit acefaf1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/ai-services/speech-service/text-to-speech-avatar/custom-avatar-endpoint.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: v-baolianzou
1212

1313
# Deploy your custom text to speech avatar model as an endpoint
1414

15-
Once your custom text to speech avatar model is successfully trained through our manual process, you can self-deploy it to a custom avatar endpoint. You can create up to 10 endpoints with a standard (S0) Speech resource, each with its own custom avatar.
15+
Once your custom text to speech avatar model is successfully trained through our manual process, we will notify you, and you can self-deploy it to a custom avatar endpoint. You can create up to 10 endpoints with a standard (S0) Speech resource, each with its own custom avatar.
1616

1717
Here's how you can use your custom text to speech avatar:
1818

@@ -24,20 +24,29 @@ Here's how you can use your custom text to speech avatar:
2424

2525
To create a custom avatar endpoint, follow these steps:
2626

27-
1. Sign in to [Speech Studio](https://speech.microsoft.com/portal/talkingavatar).
28-
1. Navigate to **Custom avatar** > Your project name > **Train model**.
27+
1. Sign in to [Speech Studio](https://speech.microsoft.com/portal).
28+
1. Navigate to **Custom Avatar** > Your project name > **Train model**.
2929
1. All available models are listed on the **Train model** page. Click on a model link to view more information, such as the created date and a preview image of the custom avatar.
3030
1. Select a model that you would like to deploy, then click the **Deploy model** button above the list.
3131
1. Confirm the deployment to create your endpoint.
3232

3333
Once your model is successfully deployed as an endpoint, you can click the endpoint link on the **Deploy model** page. There, you'll find a link to the text to speech avatar portal on Speech Studio, where you can try and create videos with your custom avatar using text input.
3434

35-
### Use your custom voice
35+
## Remove a deployment endpoint
36+
37+
To remove a deployment endpoint, follow these steps:
38+
39+
1. Sign in to [Speech Studio](https://speech.microsoft.com/portal).
40+
1. Navigate to **Custom Avatar** > Your project name > **Train model**.
41+
1. All available models are listed on the **Train model** page. Click on a model link to view more information, such as the created date and a preview image of the custom avatar.
42+
1. Select a model on the **Train model** page. If it's in "Succeeded" status, it means it's in hosting status. You can click the **Delete** button and confirm the deletion to remove the hosting.
43+
44+
## Use your custom voice
3645

3746
If you have built a custom neural voice (CNV) and would like to use it together with the custom avatar, pay attention to the following points:
3847

3948
- Ensure that the CNV endpoint is created in the same Speech resource as the custom avatar endpoint.
40-
- If the CNV model is deployed in the same region as the custom avatar, you can see the CNV voice selection in the voices list of the avatar content generation page and live chat voice settings.
49+
- If the CNV model is deployed in the same region as the custom avatar, you can see the CNV voice selection in the voices list of the [avatar content generation page](https://speech.microsoft.com/portal/talkingavatar) and [live chat voice settings](https://speech.microsoft.com/portal/livechat).
4150
- If you're using the API to generate content, add the "customVoices" property to assign the deployment ID of the CNV model in the request batch synthesis properties. For more information, refer to the [Text to speech properties](batch-synthesis-avatar-properties.md#text-to-speech-properties).
4251
- If you're using real-time mode, refer to our sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar) to set the custom voice.
4352

@@ -48,15 +57,6 @@ If your custom neural voice endpoint is in a different Speech Service or service
4857
- Refer to [Deploy your professional voice model as an endpoint](../professional-voice-deploy-endpoint.md) to learn how to create a custom neural voice endpoint and check the region in the Application settings.
4958
- If your trained CNV models and custom avatars are in different regions, refer to [Train your professional voice model](../professional-voice-train-voice.md#copy-your-voice-model-to-another-project) to copy the CNV model to another project and region.
5059

51-
## Remove a deployment endpoint
52-
53-
To remove a deployment endpoint, follow these steps:
54-
55-
1. Sign in to [Speech Studio](https://speech.microsoft.com/portal/talkingavatar).
56-
1. Navigate to **Custom avatar** > Your project name > **Train model**.
57-
1. All available models are listed on the **Train model** page. Click on a model link to view more information, such as the created date and a preview image of the custom avatar.
58-
1. Select a model on the **Train model** page. If it's in "Succeeded" status, it means it's in hosting status. You can click the **Delete** button and confirm the deletion to remove the hosting.
59-
6060
## Next steps
6161

6262
- Learn more about custom text to speech avatar in the [overview](what-is-custom-text-to-speech-avatar.md).

0 commit comments

Comments
 (0)