DtmfRecognitionEngine..::..InterToneTimeout Property |
DtmfRecognitionEngine Class See Also Send Feedback |
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; } |