SAPI:服务器端听写

发布于 2024-09-14 13:18:58 字数 303 浏览 1 评论 0原文

各位, 我正在尝试组装一个服务器端系统,在该系统中我使用 Microsoft SAPI 来:

  • 在服务器中同时执行多个听写式识别。
  • 此外,所有识别都可以使用不同的说话者配置文件(我的应用程序将识别用户并向 SAPI 指示要加载哪个配置文件)。
  • 我还想以编程方式训练各种用户配置文件。

我已经知道上述某些内容在托管代码(即 System.speech 命名空间)中是不可能的。谁能告诉我,我在理论上使用 SAPI 5.x 尝试做的事情是否可行?

感谢您的帮助。

-拉吉

Folks,
I am trying to put together a server-side system where I use Microsoft SAPI to:

  • Perform multiple simultaneous dictation-style recognitions in the server.
  • Additionally, all recognitions could be using different speaker profiles (my application would identify the user and indicate to SAPI which profile to load).
  • I would also like to train various user profiles programmatically.

I already know that some of the above is not possible from managed code, i.e. System.speech namespace. Can anyone enlighten me as to whether what I am trying to do possible in theory using SAPI 5.x?

Thanks for your help.

-Raj

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

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

发布评论

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

评论(1

别念他 2024-09-21 13:18:58

您需要 Microsoft 语音服务器 来执行此操作。您仍然可以使用托管代码,但需要使用 Microsoft.Speech.Recognition 库(使用服务器引擎)而不是 System.Speech.Recognition(使用桌面引擎)。

除此之外,当然,您想要的一切都可以在本机 SAPI 中完成。

You would need Microsoft Speech Server to do this. You can still use managed code, but you would need to use the Microsoft.Speech.Recognition library (which uses the Server engines) instead of System.Speech.Recognition (which uses the desktop engine).

Aside from that, everything that you want can be done in native SAPI, of course.

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