Cluster.SpeechToText.Program.speechCapture_OnSpeechRecognizeFailed C# (CSharp) Method

speechCapture_OnSpeechRecognizeFailed() static private method

static private speechCapture_OnSpeechRecognizeFailed ( ) : void
return void
        static void speechCapture_OnSpeechRecognizeFailed()
        {
            Console.WriteLine("Can't understand");
        }        
    }