SpeechRecognitionResultDetail.RuleStack Property

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

Syntax

public:
property IVectorView<String^ >^ RuleStack {
         IVectorView<String^ >^ get ();
}  

Property value

Type: IVectorView<String^ > 

  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

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognitionResultDetail Class

SpeechRecognitionResultDetail Members

Windows.Xbox.Speech.Recognition Namespace