Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognitionEngine.InterToneTimeout Property
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
'Declaration
Public Property InterToneTimeout As TimeSpan
Get
Set
'Usage
Dim instance As DtmfRecognitionEngine
Dim value As TimeSpan
value = instance.InterToneTimeout
instance.InterToneTimeout = value
public TimeSpan InterToneTimeout { get; set; }
Property Value
Type: System.TimeSpan