停止语音转文字
N/A
this.$bridge .stopSpeechToText() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
{ code: 0, content: "语音转换的文本" }
← startSpeechToText 从麦克风采集语音识别转文字 goToPage 跳转到指定页面 →