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 屬性值。 陣列中的值順序會對應至觸發規則的順序。