Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SrgsDocument.Mode Property

Gets or sets the mode for the SrgsDocument class.

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

Syntax

'Declaration
Public Property Mode As SrgsGrammarMode
    Get
    Set
'Usage
Dim instance As SrgsDocument
Dim value As SrgsGrammarMode

value = instance.Mode

instance.Mode = value
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

Reference

SrgsDocument Class

SrgsDocument Members

Microsoft.Speech.Recognition.SrgsGrammar Namespace

SrgsGrammarMode