HRESULT 异常:0x80045003

发布于 2024-11-30 18:41:55 字数 548 浏览 1 评论 0原文

我正在使用 C#.Net 开发语音识别引擎,以开发孟加拉语的语音到文本。我曾多次尝试将语法文件加载到语音引擎中。 但它向我显示了错误。我该如何解决这个问题?

我的 XML 语法加载代码是

grammar.CmdLoadFromFile(appPath + FileName, SpeechLib.SpeechLoadOption.SLOStatic);
//grammar.CmdLoadFromFile("E:\\Speech RecognitionByp\\[email protected]",SpeechLib.SpeechLoadOption.SLODynamic);
grammar.CmdSetRuleIdState(0, SpeechRuleState.SGDSActive);

I am using C#.Net to develop the Speech recognition engine to develop speech to text in Bangla. I have tried several times to load the grammar file to the speech engine.
But it shows me the error. How I can resolve this problem?

My XML grammar loading code is

grammar.CmdLoadFromFile(appPath + FileName, SpeechLib.SpeechLoadOption.SLOStatic);
//grammar.CmdLoadFromFile("E:\\Speech RecognitionByp\\[email protected]",SpeechLib.SpeechLoadOption.SLODynamic);
grammar.CmdSetRuleIdState(0, SpeechRuleState.SGDSActive);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淤浪 2024-12-07 18:41:55

该错误意味着 SPERR_UNSUPPORTED_FORMAT - 这可以只能通过更正文件的格式来解决...

The error means SPERR_UNSUPPORTED_FORMAT - this can only be resolved by correcting the format of your file...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文