SrgsDocument.Mode Property

Definition

Gets or sets the mode for the SrgsDocument class.

public:
 property System::Speech::Recognition::SrgsGrammar::SrgsGrammarMode Mode { System::Speech::Recognition::SrgsGrammar::SrgsGrammarMode get(); void set(System::Speech::Recognition::SrgsGrammar::SrgsGrammarMode value); };
public System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode Mode { get; set; }
member this.Mode : System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode with get, set
Public Property Mode As SrgsGrammarMode

Property Value

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.

Applies to

See also