1
Answer

Speech Recognition C#

Photo of pramodh vasudev

pramodh vasudev

10y
888
1
I want to implement speech recognition for all English letters and a few custom words. can some one give me a detailed implementation steps.
 
 Note: I have already tried it using System.Speech and loaded the grammar with an inline grammarbuilder containing the list of letters like "A","B","C"... so on. But the letters are not identified correctly.

Answers (1)