DtmfRecognizeCompletedEventArgs..::..InterToneTimeout Property |
DtmfRecognizeCompletedEventArgs Class See Also Send Feedback |
Gets whether recognition was terminated because the InterToneTimeout interval expired.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property InterToneTimeout As Boolean Get |
Visual Basic (Usage) |
---|
Dim instance As DtmfRecognizeCompletedEventArgs Dim value As Boolean value = instance.InterToneTimeout |
C# |
---|
public bool InterToneTimeout { get; } |
Property Value
Type: System..::..Booleantrue if recognition was terminated because the InterToneTimeout interval expired; otherwise false.