1
我正在使用C#.Net來開發語音識別引擎,以便在孟加拉語中將語音發展爲文本。我已經嘗試了幾次將語法文件加載到speechengine。 但它顯示我的錯誤。我如何解決這個問題。異常來自HRESULT:0x80045003
我的XML語法加載代碼是
grammar.CmdLoadFromFile(appPath + FileName, SpeechLib.SpeechLoadOption.SLOStatic);
//grammar.CmdLoadFromFile("E:\\Speech RecognitionByp\\[email protected]",SpeechLib.SpeechLoadOption.SLODynamic);
grammar.CmdSetRuleIdState(0, SpeechRuleState.SGDSActive);
謝謝。解決 – Prodip
高興能幫上忙 - 當答案有幫助時,請不要忘記將upvote/mark標記爲接受。 – Yahia