Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognizeCompletedEventArgs.InterToneTimeout Property
Gets whether recognition was terminated because the InterToneTimeout interval expired.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property InterToneTimeout As Boolean
Get
'Usage
Dim instance As DtmfRecognizeCompletedEventArgs
Dim value As Boolean
value = instance.InterToneTimeout
public bool InterToneTimeout { get; }
Property Value
Type: System.Boolean
true if recognition was terminated because the InterToneTimeout interval expired; otherwise false.
See Also
Reference
DtmfRecognizeCompletedEventArgs Class