Link to home
Start Free TrialLog in
Avatar of finance_teacher
finance_teacher

asked on

Voice Based -- ASP.net C# MVC5 website

I have done many ASP.net C# MVC5 websites.
What is the best example to do something like the below ?

 1. user goes to ASP.net website which has 20 blank textboxes, with CURSOR in first box
 2. user talks to device to fill-in textbox
 3. user clicks something or says something to go to the next blank textbox
 4. repeats step #2 and #3 multiple times for each additional textbox
 5. user clicks something or says something to submit page
 6. page displays SUCCESS webpage, click "here" to do again

I don't need edit functions, I will have a manager edit the TEXT for proper spelling/etc later.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

That would have to be a speech to text program that is installed on the client's computer like Dragon Speech Recognition Software http://www.nuance.com/dragon/index.htm .  The software to do speech recognition is probably way too large a program to download with each page of a web site.  It requires Digital Signal Processing (lots of CPU cycles) and a very large library of words for recognition and translation.  This already works with normal web sites to do what you have described.
Avatar of finance_teacher
finance_teacher

ASKER

You said "already works with normal web sites"

How can I do the steps on my website via the iPad/Android/etc like above without having to click the "Talk" button/etc ?
I doubt that you can.  Why would anyone want 'voice commands' and/or 'speech to text' on all the time?
I have 20 techs walking inside a big aircraft, hand typing a note for issue #1, clicking tab, hand typing another note, clicking tab, doing 40 more times, then clicking FINISH after they walk out of the plane.

I want them to talk, click tab, talk, click tab, etc.
SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial