SrgsRuleRef Constructor

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Initializes a new instance of the SrgsRuleRef class.

Overload List

  NameDescription
Public methodSrgsRuleRef(Uri)Initializes a new instance of the SrgsRuleRef class and specifies the location of the external grammar file to reference.
Public methodSrgsRuleRef(SrgsRule)Initializes a new instance of the SrgsRuleRef class and specifies the rule to reference.
Public methodSrgsRuleRef(Uri, String)Initializes a new instance of the SrgsRuleRef class, specifying the location of the external grammar file and the identifier of the rule to reference.
Public methodSrgsRuleRef(SrgsRule, String)Initializes a new instance of the SrgsRuleRef class, specifying the rule to reference and a string that contains a semantic key.
Public methodSrgsRuleRef(Uri, String, String)Initializes a new instance of the SrgsRuleRef class, specifying the location of the external grammar file, the identifier of the rule, and the string alias of the semantic dictionary.
Top

See Also