Cluster.SpeechToText.Program.speechCapture_OnSpeechRecognizeFailed C# (CSharp) Метод

speechCapture_OnSpeechRecognizeFailed() статический приватный Метод

static private speechCapture_OnSpeechRecognizeFailed ( ) : void
Результат void
        static void speechCapture_OnSpeechRecognizeFailed()
        {
            Console.WriteLine("Can't understand");
        }        
    }