来自HRESULT的异常:0x80045003

时间:2011-08-21 07:30:00

标签: xml c#-4.0 speech-recognition

我正在使用C#.Net开发语音识别引擎,以便在bangla中开发语音文本。我已经多次尝试将语法文件加载到speechengine。 但它告诉我错误。我如何解决这个问题。

我的XML语法加载代码是

grammar.CmdLoadFromFile(appPath + FileName, SpeechLib.SpeechLoadOption.SLOStatic);
//grammar.CmdLoadFromFile("E:\\Speech RecognitionByp\\SpeechRecognitionByp@bengaliGramme.xml",SpeechLib.SpeechLoadOption.SLODynamic);
grammar.CmdSetRuleIdState(0, SpeechRuleState.SGDSActive);

1 个答案:

答案 0 :(得分:2)

错误表示SPERR_UNSUPPORTED_FORMAT - 这只能通过更正文件格式来解决...