假设我从下面的语法中有这个简单的部分:
<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 的方法。