【发布时间】:2014-01-13 17:00:11
【问题描述】:
相关:Is "System.Speech.Recognition" namespace available in mono framework?
根据link,我知道 System.Speech 命名空间在单声道中可用,但我不确定如何使用 MonoDevelop 访问它。当我尝试在 Projects > Edit References 下添加对命名空间的引用时,System.Speech 不存在。每当我尝试使用关键字using System.Speech 进行构建时,都会出现错误:
Error CS0234: The type or namespace name `Speech' does not exist in the namespace `System'. Are you missing an assembly reference? (CS0234) (Assembly-CSharp).
我正在运行 OSX,但我的印象是 mono 是 .NET 框架的完整实现,所以我应该能够访问它,因为我可以访问其他 .NET 库。
任何帮助将不胜感激!
【问题讨论】: