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.
我有一个使用 sapi 5.3 进行基本听写的示例应用程序。 输入带有标点符号的文本效果很好...... 我需要做什么来启用教程中的更正功能(正确的单词,选择......)? 是否有特定的语法要加载(哪个以及如何加载),要实现一些特定的事件?
好吧,如果你只想要语法,你可以使用 ruleref 来获取听写语法:
<ruleref uri="sharing:Microsoft.SpeechUX.BuiltIn.LaunchCommands"/>
请注意,您仍将负责解析规则并执行操作。