LitDev.LDSpeech._SpeechDetectedEvent C# (CSharp) Method

_SpeechDetectedEvent() static private method

static private _SpeechDetectedEvent ( Object sender, SpeechDetectedEventArgs e ) : void
sender Object
e SpeechDetectedEventArgs
return void
        static void _SpeechDetectedEvent(Object sender, SpeechDetectedEventArgs e)
        {
            lastSpoken = "UNKNOWN";
            _SpeechRecognitionDelegate();
        }