Skip to content

Commit 699f085

Browse files
Merge pull request #266609 from ForrestGumb/patch-12
Update personal-voice-how-to-use.md
2 parents 4737af1 + d1cc411 commit 699f085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ 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.
51+
* When you use REST API, please use prebuilt neural voices endpoint.
5052

5153
* **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.
5254

0 commit comments

Comments
 (0)