Multiple Lexicons

Shin Iwamoto 1 Reputation point
2022-11-16T01:56:14.487+00:00

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.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.