I am developing a speech recognition application in c# using System.Speech .Here i need to add new speech profile as recognizer and make it as the default profile during run time.Is there any way of doing that..?
i have seen "using SpeechLib" will do the set profile feature .But it is getting profiles that already there in the m/c.i didn't see any way for adding new profile through my code..