private void SpeechHypothesizedProxy(object sender, SpeechHypothesizedEventArgs e)
 {
     _speechHypothesizedDelegate?.Invoke(this, e);
 }
Beispiel #2
0
 private static void SreOnSpeechHypothesized(object sender, SSR.SpeechHypothesizedEventArgs e)
 {
     Console.WriteLine("Hypothesized: {0}", e.Result.Text);
 }