SrgsDocument::Mode Property
.NET Framework (current version)
Gets or sets the mode for the SrgsDocument class.
Assembly: System.Speech (in System.Speech.dll)
public: property SrgsGrammarMode Mode { SrgsGrammarMode get(); void set(SrgsGrammarMode value); }
Property Value
Type: System.Speech.Recognition.SrgsGrammar::SrgsGrammarModeThe recognition mode of the SrgsDocument.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: