C#System.Speech没发现!

Shi*_*TCo 6 c# speech-recognition

我试图使用与此相关的语音识别: C#语音识别 - 这是用户所说的吗?

但系统无法找到它的组件.

Dav*_*vid 9

确保在项目中引用 System.Speech.Recognition.

此外,这仅适用于.NET 3.0及更高版本.


ani*_*key 8

您必须将System.Speech.Recognition添加到您的项目中.

在.Net 3.0及以上版本中

在此输入图像描述