startTextToSpeech 启动播报引擎

startTextToSpeech ^5.11.0

启动播报引擎

  • 参数描述:
Prop Type Required Default Description
param Object Y {}附表1 请求参数

#接口调用示例

this.$bridge
    .startTextToSpeech(params)
    .then(res => {    
    this.$alert(res)
    })
    .catch(err => {
    this.$toast(err)
    })

#返回参数

  • 失败时返回
Prop Type Default Description
errorMessage String N/A 错误消息(如有)
posted on 2024-12-18 09:23  AtlasLapetos  阅读(9)  评论(0)    收藏  举报