SpeechRecognitionResult.RulePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取触发以返回识别短语的规则元素的层次结构。
public:
property IVectorView<Platform::String ^> ^ RulePath { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> RulePath();
public IReadOnlyList<string> RulePath { get; }
var iVectorView = speechRecognitionResult.rulePath;
Public ReadOnly Property RulePath As IReadOnlyList(Of String)
属性值
一个数组,表示触发以返回识别短语的规则元素的层次结构。 数组中的每个值都包含规则元素的 id 属性的值。 数组中值的顺序对应于规则的触发顺序。