我新來使用Microsoft.Speech識別器(使用Microsoft Speech Platform SDK版本11),我試圖讓它從簡單的語法輸出n-best識別匹配,以及每個。 根據文檔(和如所提到的in the answer to this question),人們應該能夠使用e.Result.Alternates訪問比頂部得分一個其它識別的單詞。然而,即使在將置信拒絕閾值重置爲0(其應該
我有我的本地服務器上運行下面的非常基本的TTS代碼 using System.Speech.Synthesis;
...
SpeechSynthesizer reader = new SpeechSynthesizer();
reader.Speak("This is a test");
該代碼具有用於我在VS添加引用上System.Speech的依賴2015年項目。 工作正常,但從我已
我已經安裝了x86 SDK,並將Microsoft.Speech.dll添加到了我的項目中。該項目設置爲x86。 當試圖創建一個SpeechSynthesizer比如我得到 Retrieving the COM class factory for component with CLSID {D941651C-44E6-4C17-BADF-C36826FC3424} failed due to th