Microsoft Speech Recognition can be tweak using properties ( http://msdn.microsoft.com/en-us/library/System.Speech.Recognition.SpeechRecognitionEngine_properties.aspx)
- initialSilence
- babble
- endSilence
- endSilenceAmbiguous
I'm looking for use case tweaking these properties. For instance what should I do - If I want to match a short word like yes / no - If I want to match a long sentence
How these properties will fit with SubSetMatching mode (http://msdn.microsoft.com/en-us/library/system.speech.recognition.subsetmatchingmode(v=vs.110).aspx) ?
BTW: is there a way to set SubSetMatching mode in the XML of the Grammar ?