문제

There is classic tag which used for TTS (Text To Speech) in VXML 2.0 [ prompt ]

 <prompt>
        Which do you like better, dogs or cats?
 </prompt>

My VXML Browser can also able to make TTS suppose for French like this

<prompt>
        Ce que vous aimez mieux, les chiens ou les chats?
 </prompt>

How can I set the TTS values in VXML so that XML Browser will use different language for TTS such as French?

도움이 되었습니까?

해결책

Tag <prompt> has language attribute xml:lang which can be used to specify language according to VXML specification

Your browser might not support it though. You should better provide more details on the VXML browser you are using.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top