小程序
小游戏
企业微信
微信支付
扫描小程序码分享
请问怎么集成到uniapp开发的小程序上使用?求指教
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
1.登录微信小程序平台“设置-第三方服务-插件管理” 添加 微信同声传译
2.
3.其他按文档调用即可
var plugin = requirePlugin("WechatSI") let manager = plugin.getRecordRecognitionManager() manager.onRecognize = function(res) { console.log("current result", res.result) } manager.onStop = function(res) { console.log("record file path", res.tempFilePath) console.log("result", res.result) } manager.onStart = function(res) { console.log("成功开始录音识别", res) } manager.onError = function(res) { console.error("error msg", res.msg) } manager.start({duration:30000, lang: "zh_CN"}) 文档地址:https://mp.weixin.qq.com/wxopen/plugindevdocappid=wx069ba97219f66d99&token=254541817&lang=zh_CN
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx069ba97219f66d99&token=254541817&lang=zh_CN
小程序这个同声传译插件
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
1.登录微信小程序平台“设置-第三方服务-插件管理” 添加 微信同声传译
2.
3.其他按文档调用即可
var plugin = requirePlugin("WechatSI") let manager = plugin.getRecordRecognitionManager() manager.onRecognize = function(res) { console.log("current result", res.result) } manager.onStop = function(res) { console.log("record file path", res.tempFilePath) console.log("result", res.result) } manager.onStart = function(res) { console.log("成功开始录音识别", res) } manager.onError = function(res) { console.error("error msg", res.msg) } manager.start({duration:30000, lang: "zh_CN"}) 文档地址:https://mp.weixin.qq.com/wxopen/plugindevdocappid=wx069ba97219f66d99&token=254541817&lang=zh_CN
https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx069ba97219f66d99&token=254541817&lang=zh_CN
小程序这个同声传译插件