InterToneTimeout Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets or sets the time interval to wait between tones before terminating recognition.

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

Syntax

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

value = instance.InterToneTimeout

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

Property Value

Type: System..::..TimeSpan

See Also