随笔 - 2649  文章 - 2452  评论 - 0  阅读 - 74060

文章分类 -  MeiOS / speechReconition

stopSpeechToText 停止语音转文字
摘要:stopSpeechToText ^7.8 停止语音转文字 #请求参数 N/A #接口调用示例 this.$bridge .stopSpeechToText() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) } 阅读全文
posted @ 2024-12-18 09:19 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
startSpeechToText 从麦克风采集语音识别转文字
摘要:startSpeechToText ^7.8 从麦克风采集语音识别转文字 #请求参数 N/A #接口调用示例 this.$bridge .startSpeechToText() .then(res => { this.$alert(res) }) .catch(err => { this.$toas 阅读全文
posted @ 2024-12-18 09:19 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑
stopTextToSpeech 停止文字转语音
摘要:stopTextToSpeech ^7.8 停止文字转语音 #请求参数 N/A #接口调用示例 this.$bridge .stopTextToSpeech() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) } 阅读全文
posted @ 2024-12-18 09:19 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
startTextToSpeech 开始文字转语音
摘要:startTextToSpeech ^7.8 开始文字转语音 #请求参数 Prop Type Default Comment text String N/A 文本内容 url String N/A ./ #接口调用示例 const params = { "text": "文本内容", "url": 阅读全文
posted @ 2024-12-18 09:19 AtlasLapetos 阅读(3) 评论(0) 推荐(0) 编辑
prepareSpeech 初始化语音函数
摘要:prepareSpeech ^7.8 prepareSpeech #请求参数 N/A #接口调用示例 this.$bridge .prepareSpeech() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) } 阅读全文
posted @ 2024-12-18 09:19 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示