GrammarBuilder.AppendRuleReference Method

Appends a grammar rule reference to the current GrammarBuilder.

Remarks

The AppendRuleReference methods allow applications to make use of pre deployed or publicly available grammar rules, on the basis of a Universal Resource Identifier (URI).

Unless specified, the root rule of URI object will be appended. Optionally, a specific rule within the URI object may be selected.

The application must have read access to the URI used.

Overload List

Name Description
GrammarBuilder.AppendRuleReference (String)
Appends the root rule of the specified external grammar to the current GrammarBuilder.
GrammarBuilder.AppendRuleReference (String, String)
Appends the specified rule of the specified external grammar to the current GrammarBuilder.

See Also

Reference

GrammarBuilder Class
GrammarBuilder Members
Microsoft.Speech.Recognition Namespace