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