C# 语音识别

标签 c# speech-recognition

在哪里可以找到 C# 语音识别命名空间的引用资料和完整文档。 MSDN 仅提供了对成员的非常简短的描述,仅此而已。这些东西有绝对的资源吗?大多数情况下,我所学的一切都来自其他教程或论坛中的片段。

最佳答案

简介:Speech Recognition

涵盖大部分基础知识的代码示例:

Getting Started with Speech Recognition

The basic operations that speech recognition applications perform: - Starting the speech recognizer.

  • Creating a recognition grammar.

  • Loading the grammar into a speech recognizer.

  • Registering for speech recognition event notification.

  • Creating a handler for the speech recognition event.

关于C# 语音识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5933634/

相关文章:

c# - 无法正常运行函数或以后台 worker 的身份运行

c# - 语音识别编程入门问题

c# - System.Speech.Recognition 是否使用 "speech training"?

c# - 从坐标获得第一、第二、第三邻居的算法

c# - 我试图在绑定(bind)到文本框的 ASPX 页面中隐藏文本

c# - Azure Functions CloudQueue AddMessageAsync QueueRequestOptions LinearRetryPolicy 不执行任何操作

c# - 微软语音识别平台

c# - Face API Base64 图片发布返回 badrequest

c# - 防止.NET语音识别听到/识别计算机扬声器

c# - 如果另一条消息即将说出,如何停止 SpeakAsync?