I速度识别器.DisplayUI

本文关键字:DisplayUI 识别 速度 | 更新日期: 2023-09-27 18:25:30

我试图使用C#中SAPI 5.4中的ISpeechRecognizer.DisplayUI来引入添加发音UI,它带来了UI,但没有给定的单词,在这种情况下是单词"example"。

SpSharedRecoContext ssrc = new SpSharedRecoContext();
ISpeechRecognizer ispSpeechReco = ssrc.Recognizer;
ispSpeechReco.DisplayUI(this.Handle.ToInt32(), "Additional Pronunciation", "AddPronunciation", "example");

I速度识别器.DisplayUI

当typeOfUI为"AddProndication"时,实现会忽略额外的数据参数。有关哪些typeOfUI参数支持额外数据的详细信息,请参阅此博客文章。