Adds a sequence rule using a key and a rule item.
public:
SpeechSequenceRule^ AddSequenceRule(
String^ key,
IIterable<ISpeechRuleItem^ >^ items
)
key
Type: String
The key.
items
Type: IIterable<ISpeechRuleItem^ >
The rule item.
Type: SpeechSequenceRule
The SpeechSequenceRule object associated with the specified key.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechGrammarBuilderRuleSet Class