javascript - Internet Explorer 中的语音识别

标签 javascript internet-explorer speech-recognition

我发现 HTML5 有一组很好的 JS 类,可以帮助我们轻松地将语音功能集成到网站(通过语音输入和通过语音命令)。不过,它看起来主要适用于 Chrome,并由 Google 管理。

我找不到如何让它与 Internet Explorer 的类似技术一起工作。

有人有任何引用或示例链接可供我引用吗?

最佳答案

根据https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#Browser_compatibility他们不支持 webkitSpeechRecognition。

enter image description here

这是为了内置浏览器支持。现在,如果您想支付此支持费用,您可以使用 IBM Bluemix 或 Google Speech api。

https://www.ibm.com/watson/developercloud/speech-to-text.html或者 https://cloud.google.com/

关于javascript - Internet Explorer 中的语音识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39253574/

相关文章:

wpf - 语音识别 - 未处理的异常 - 未找到 SAPI,即使已安装

python - 在 Python 中转录音频文件

javascript - 使用 javascript 查找并替换唯一的 html (href) 字符串

javascript - TinyMCE 4 在 IE9(任何模式)中不显示工具栏图标

javascript - 必须删除并重新应用 CSS 属性才能使其工作。可能的 CSS 错误?

javascript - js div 覆盖在 IE 中不起作用

javascript - 脚本5009 : 'setShowCard' is undefined in internet explorer

audio - 无法将语音转换为文本

javascript - 我无法通过单击 "a"获得移动图像的功能

javascript - React beautiful dnd 与 Material UI 列表中的问题