Speech enabled asp.net application

后端 未结 4 807
孤街浪徒
孤街浪徒 2021-01-07 14:15

We are working on an asp.net web application that requires some data to be entered by speech.

The user can enter some data using normal user interface however, we wa

4条回答
  •  庸人自扰
    2021-01-07 14:36

    You might be able to use Dragon Naturally speaking for this, they have an SDK and an internet explorer plugin.

    http://www.nuance.com/naturallyspeaking/pdf/ds_DNS10_SDK_Client.pdf

    http://ct.scansoft.com/customerfiles/kbasefiles/3067/wp_DNS_HTML.pdf

    I think its designed primarily for traversing the web pages but if there is an option to handle custom voice commands then I dont see why you could not fill a text box with the command name for example.

    might not be able to provide what you need but certainly worth checking out if you have not already

提交回复
热议问题