I use Azure text to speech and I got this exception:
Error code: 1007. Error details: SSML must contain a maximum of 50 voice elements. Actual 90.
But my SSML contains only 45 voice elements.
I use Azure text to speech and I got this exception:
Error code: 1007. Error details: SSML must contain a maximum of 50 voice elements. Actual 90.
But my SSML contains only 45 voice elements.
Copyright © 2021 Jogjafile Inc.
Figured myself. Azure TTS service actually counting both
voiceandaudioelements. Error description somehow misleading, it should be mentioningaudioelements as well.