0
Reply

Speech Recognition implementation

Ask a question
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.