@Motyar D Thanks for sharing the details. I was able to identify the cause of this issue.
.
Please note, not all voices support WordBoundary. The list is mentioned in this article.
.
Please update your SSML to include the voices which have support for wordBoundary. I have updated the SSML accordingly. Please use this SSML in your application and test this:
<speak version=\"1.0\" xmlns=\"http://www.w3.org/2001/10/synthesis\" xmlns:mstts=\"https://www.w3.org/2001/mstts\" xml:lang=\"en-US\"><voice name=\"en-US-AndrewMultilingualNeural\">Hello there</voice><voice name=\"en-US-EmmaMultilingualNeural\">What? Are you there? Really?</voice><voice name=\"en-US-BrianMultilingualNeural\">Ok, we are done! Bye, haha</voice></speak>
.
You should be able to see the 0001.word.json
in your storage account.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.