字符串到 SrgsDocument
String to SrgsDocument
我有一个字符串,我正在尝试将其转换为 SrgsDocument,以便将其放入我的算法中。
我试过了,但我知道它会失败。
wordList.Items.Add(我的字符串)
经过深思熟虑,我意识到,如果我编写这段代码,它会起作用:
wordList.Add(New Recognition.SrgsGrammar.SrgsItem(mystring))
我有一个字符串,我正在尝试将其转换为 SrgsDocument,以便将其放入我的算法中。
我试过了,但我知道它会失败。
wordList.Items.Add(我的字符串)
经过深思熟虑,我意识到,如果我编写这段代码,它会起作用:
wordList.Add(New Recognition.SrgsGrammar.SrgsItem(mystring))