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