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