Skip to content

Commit 42ddcef

Browse files
Update how-to-migrate-to-custom-neural-voice.md
1 parent b5a2381 commit 42ddcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/how-to-migrate-to-custom-neural-voice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can migrate to custom neural voice, your [application](https://aka.ms
4343
3. After the custom neural voice model is created, deploy the voice model to a new endpoint. To create a new custom voice endpoint with your neural voice model, go to **Text-to-Speech > Custom Voice > Deploy model**. Select **Deploy models** and enter a **Name** and **Description** for your custom endpoint. Then select the custom neural voice model you would like to associate with this endpoint and confirm the deployment.
4444
4. Update your code in your apps if you have created a new endpoint with a new model.
4545

46-
## Custom voice details (retired)
46+
## Custom voice details (deprecated)
4747

4848
Read the following sections for details on custom voice.
4949

@@ -92,7 +92,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
9292
| West US | `https://westus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
9393
| West US 2 | `https://westus2.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
9494

95-
## Custom Text-to-Speech container image tags
95+
## Custom Text-to-Speech container image tags (deprecated)
9696

9797
The [Custom Text-to-Speech][sp-ctts] container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/speechservices/` repository and is named `custom-text-to-speech`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/speechservices/custom-text-to-speech`. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/custom-text-to-speech/tags/list).
9898

0 commit comments

Comments
 (0)