Mode Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets or sets the mode for the SrgsDocument class.

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

Syntax

Visual Basic (Declaration)
Public Property Mode As SrgsGrammarMode
	Get
	Set
Visual Basic (Usage)
Dim instance As SrgsDocument
Dim value As SrgsGrammarMode

value = instance.Mode

instance.Mode = value
C#
public SrgsGrammarMode Mode { get; set; }

Property Value

Type: Microsoft.Speech.Recognition.SrgsGrammar..::..SrgsGrammarMode

The recognition mode of the SrgsDocument.

Remarks

The Mode property returns a member of the SrgsGrammarMode that determines the type of input that the SrgsDocument expects. The two possible values are Voice for speech input, and Dtmf for input of dual-tone multi-frequency (DTMF) tones that are commonly associated with a telephone.

See Also