SpeechRecognitionResult.RulePath 属性

定义

获取触发以返回识别短语的规则元素的层次结构。

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)

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

一个数组,表示触发以返回识别短语的规则元素的层次结构。 数组中的每个值都包含规则元素的 id 属性的值。 数组中值的顺序对应于规则的触发顺序。

适用于

另请参阅