Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognitionRejectedEventArgs.TerminationTone Property
Gets the DTMF tone that ended the recognition.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property TerminationTone As Nullable(Of DtmfTone)
Get
'Usage
Dim instance As DtmfRecognitionRejectedEventArgs
Dim value As Nullable(Of DtmfTone)
value = instance.TerminationTone
public Nullable<DtmfTone> TerminationTone { get; }
Property Value
Type: System.Nullable<DtmfTone>
The tone that caused the DtmfRecognitionRejected event to be raised.
See Also
Reference
DtmfRecognitionRejectedEventArgs Class