SrgsDocument::Mode Property

 

Gets or sets the mode for the SrgsDocument class.

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

public:
property SrgsGrammarMode Mode {
	SrgsGrammarMode get();
	void set(SrgsGrammarMode value);
}

Property Value

Type: System.Speech.Recognition.SrgsGrammar::SrgsGrammarMode

The 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
Return to top
Show: