uniapp微信小程序語音識別實現

本文出自:

manifest.json中配置WechatSI插件

"plugins":{
            "WechatSI":{
                "version":"0.3.0",
                "provider":"wx069ba97219f66d99"
            }
            
        }

 

 

配置參考: https://www.cnblogs.com/bug-master/p/11282836.html

微信小程序插件: https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx069ba97219f66d99&token=&lang=zh_CN#-

H5:https://www.cnblogs.com/sap-jerry/p/9815831.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章