Note

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

DtmfRecognitionEngine.GetTerminationTones Method

Gets the collection of DTMF tones that terminate recognition.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public Function GetTerminationTones As ReadOnlyCollection(Of DtmfTone)
'Usage
Dim instance As DtmfRecognitionEngine
Dim returnValue As ReadOnlyCollection(Of DtmfTone)

returnValue = instance.GetTerminationTones()
public ReadOnlyCollection<DtmfTone> GetTerminationTones()

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DtmfTone>

See Also

Reference

DtmfRecognitionEngine Class

DtmfRecognitionEngine Members

Microsoft.Speech.Recognition Namespace