Multiple Lexicons
Shin Iwamoto
1
Reputation point
Is it possible to use multiple lexicons on Text-To-Speech?
That is, the second lexicon in the following SSML code works?
<speak ....>
<voice name="en-US-JennyNeural">
<lexicon uri="https://..../my-container/sample1.pls"/>
<lexicon uri="https://..../my-container/sample2.pls"/>
text....
</voice>
</speak>
Thanks.
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
Sign in to answer