Gets the hierarchy of rule elements that were triggered to return the recognized phrase.
public:
property IVectorView<String^ >^ RuleStack {
IVectorView<String^ >^ get ();
}
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.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognitionResultDetail Class