Does ASP.NET MVC 5 support speech recognition? [closed]

时光总嘲笑我的痴心妄想 提交于 2019-12-11 09:29:43

问题


I want to know if ASP.NET MVC 5 supports speech recoginition. I want to code a login system with it.


回答1:


ASP.net is a web framework for building websites with HTML, Javascript and CSS, it doesn't even work with sound at all.

However, you can use HTML speech recognition API (works in Chrome only) for speech recognition. You can create required HTML page with ASP.NET and present it to the user. You can learn more about HTML speech recognition API from the following page:

http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API

It is not recommended to use speech recognition for login, it's not very secure.



来源:https://stackoverflow.com/questions/28269101/does-asp-net-mvc-5-support-speech-recognition

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!