Defines a rule that can match spoken input as defined by the dictation topic associated with this grammar.
Namespace:
Microsoft.Speech.Recognition.SrgsGrammar
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Dictation As SrgsRuleRef |
Visual Basic (Usage) |
---|
Dim value As SrgsRuleRef value = SrgsRuleRef.Dictation |
C# |
---|
public static readonly SrgsRuleRef Dictation |