Skip to content

Commit cd99e82

Browse files
Merge pull request #268059 from sally-baolian/patch-207
Update personal-voice-how-to-use.md
2 parents 9a07e04 + e0bedcc commit cd99e82

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@ Here's example SSML in a request for text to speech with the voice name and the
4444
</speak>
4545
```
4646

47-
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).
47+
You can use the SSML via the [Speech SDK](./get-started-text-to-speech.md) or [REST API](rest-text-to-speech.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.
5050
* 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

53-
* **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.
54-
5553
## Reference documentation
5654

5755
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)