Cluster.SpeechToText.Program.speechCapture_OnSpeechRecognizeFailed C# (CSharp) 메소드

speechCapture_OnSpeechRecognizeFailed() 정적인 개인적인 메소드

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