停止文字转语音
N/A
this.$bridge .stopTextToSpeech() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
{ "code": 0 }
← startTextToSpeech 开始文字转语音 startSpeechToText 从麦克风采集语音识别转文字 →