SetTerminationTone Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Sets a DTMF tone that will terminate DTMF recognition immediately.

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

Syntax

Visual Basic (Declaration)
Public Sub SetTerminationTone ( _
	tone As DtmfTone _
)
Visual Basic (Usage)
Dim instance As DtmfRecognitionEngine
Dim tone As DtmfTone

instance.SetTerminationTone(tone)
C#
public void SetTerminationTone(
	DtmfTone tone
)

Remarks

A typical use of SetTerminationTone(DtmfTone) would set Hash (the symbol #, also known as the pound sign) as the termination tone. Using this setting, an application could issue the prompt "Please enter your PIN, followed by the pound sign".

See Also