说我从下面的语法中得到了这个简单的部分:
<rule id="WhoAreYou" scope="private">
<one-of>
<item>who</item>
<item>what</item>
</one-of>
<item>
are
you
</item>
<tag>1000</tag>
</rule>
如何从标签中正确返回“1000”?我正在使用System.Speech库,我试图使用SpeechRecognizedEventArgs将此值返回给方法。