stopSpeechMonitor
停止语音监听
请求参数
Prop | Type | Required | Default | Description |
param | Object | Y | {}附表1 | 请求参数 |
接口调用示例
this.$bridge
.resumeSpeechMonitor()
.then(res => {
this.$alert(res)
})
.catch(err => {
this.$toast(err)
})
1
2
3
4
5
6
7
8
返回参数
Prop | Type | Default | Description |
errorMessage | String | N/A | 错误消息(如有) |