SpeechRecognitionResultDetail.RuleStack property

Gets the hierarchy of rule elements that were triggered to return the recognized phrase.

Syntax

public IReadOnlyList<string> RuleStack { get; }
Public ReadOnly Property RuleStack As IReadOnlyList(Of String)
public:
property IVectorView<String^>^ RuleStack { 
   IVectorView<String^>^ get();
}

Property value

Type: IVectorView<String> [C++] | System.Collections.Generic.IReadOnlyList<String> [.NET]

An array that represents the hierarchy of rule elements that were triggered to return the recognized phrase. Each value in the array contains the value of the id attribute for a rule element. The order of values in the array corresponds to the order that the rules were triggered.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechRecognitionResultDetail