Bagikan melalui


Note

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

DtmfRecognizeCompletedEventArgs.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 DtmfRecognizeCompletedEventArgs
Dim value As Nullable(Of DtmfTone)

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

Property Value

Type: System.Nullable<DtmfTone>
The tone that ended the recognition, or null if no TerminationTones are set.

See Also

Reference

DtmfRecognizeCompletedEventArgs Class

DtmfRecognizeCompletedEventArgs Members

Microsoft.Speech.Recognition Namespace