pramodh vasudev

pramodh vasudev

  • NA
  • 12
  • 1.4k

Speech Recognition implementation

May 21 2015 1:16 AM
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.