InitialSilenceTimeout Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets or sets the interval of silence that can precede DTMF input before recognition fails.

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

Syntax

Visual Basic (Declaration)
Public Property InitialSilenceTimeout As TimeSpan
	Get
	Set
Visual Basic (Usage)
Dim instance As DtmfRecognitionEngine
Dim value As TimeSpan

value = instance.InitialSilenceTimeout

instance.InitialSilenceTimeout = value
C#
public TimeSpan InitialSilenceTimeout { get; set; }

Property Value

Type: System..::..TimeSpan

Remarks

If InitialSilenceTimeout expires, the engine will raise the DtmfRecognitionRejected event.

See Also