Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

DtmfRecognizedEventArgs.TerminationTone Property

Gets the DTMF tone that terminated 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 DtmfRecognizedEventArgs
Dim value As Nullable(Of DtmfTone)

value = instance.TerminationTone
public Nullable<DtmfTone> TerminationTone { get; }

Property Value

Type: System.Nullable<DtmfTone>
The tone that terminated the recognition.

See Also

Reference

DtmfRecognizedEventArgs Class

DtmfRecognizedEventArgs Members

Microsoft.Speech.Recognition Namespace