Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 C# 开发一个语音识别应用程序,想知道使用这两个版本的优缺点,以及它们可能存在的任何差异。
它们大致相似;C# 库是(相对较厚的)原生 C++ API 的包装器。
最大的区别在于语法系统;C# 库使用 W3C SRGS 语法,而本机库使用自定义 XML 语法。