如何在C#中的WEB应用程序FORM上实现SPEECH-to-TEXT? [英] How do I implement SPEECH-to-TEXT on WEB application FORM in C#?

查看:72
本文介绍了如何在C#中的WEB应用程序FORM上实现SPEECH-to-TEXT?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为盲人制作一个C#项目。

我需要在我的网络表单应用程序(.aspx)上实现语音文字

任何人都可以帮助我?



我尝试过的事情:



不,我从未尝试过Web表单应用程序上的文本语音。

我成功地在Windows窗体上实现它。

解决方案

你做不到这在C#代码中,在ASP.NET应用程序中,所有代码完全在服务器而不是客户端上运行。



谷歌用于HTML5语音到文本或javascript语音到文本。



通常,这与您的应用程序无关,但由客户端运行的操作系统提供。

I'm making a C# project for Blind people.
I need to implement speech to text on my web form application(.aspx)
Can anyone help me?

What I have tried:

No. I never tried speech to text on a web form application.
I was successful in implementing it on a windows form.

解决方案

You can't do this in C# code as, in an ASP.NET application, all of that code runs entirely on the server not the client.

Google for "HTML5 speech to text" or "javascript speech to text".

Normally, this has nothing to do with your application but is supplied by the O/S the client is running on.


这篇关于如何在C#中的WEB应用程序FORM上实现SPEECH-to-TEXT?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆