Defines a rule that can match any speech up to the next rule match, the next token, or until the end of spoken input.
Namespace:
Microsoft.Speech.Recognition.SrgsGrammar
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Garbage As SrgsRuleRef |
Visual Basic (Usage) |
---|
Dim value As SrgsRuleRef value = SrgsRuleRef.Garbage |
C# |
---|
public static readonly SrgsRuleRef Garbage |