Skip to content

Commit dd44255

Browse files
Merge pull request #266612 from ForrestGumb/patch-13
Update personal-voice-how-to-use.md
2 parents 1de9f4a + 6eaa770 commit dd44255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/personal-voice-how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here's example SSML in a request for text to speech with the voice name and the
4747
You can use the SSML via the [Speech SDK](./get-started-text-to-speech.md), [REST API](rest-text-to-speech.md), or [batch synthesis API](batch-synthesis.md).
4848

4949
* **Real-time speech synthesis**: Use the [Speech SDK](./get-started-text-to-speech.md) or [REST API](rest-text-to-speech.md) to convert text to speech.
50-
* When you use Speech SDK, don't set Deployment Id, just like prebuild voice.
50+
* When you use Speech SDK, don't set Endpoint Id, just like prebuild voice.
5151
* When you use REST API, please use prebuilt neural voices endpoint.
5252

5353
* **Asynchronous synthesis of long audio**: Use the [batch synthesis API](batch-synthesis.md) (Preview) to asynchronously synthesize text to speech files longer than 10 minutes (for example, audio books or lectures). Unlike synthesis performed via the Speech SDK or Speech to text REST API, responses aren't returned in real-time. The expectation is that requests are sent asynchronously, responses are polled for, and synthesized audio is downloaded when the service makes it available.

0 commit comments

Comments
 (0)