Void Field

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Defines a rule that can never be spoken. Inserting VOID into a sequence automatically makes that sequence unspeakable.

Namespace:  Microsoft.Speech.Recognition.SrgsGrammar
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Void As SrgsRuleRef
Visual Basic (Usage)
Dim value As SrgsRuleRef

value = SrgsRuleRef.Void
C#
public static readonly SrgsRuleRef Void

See Also