DtmfRecognitionEngine..::..SetTerminationTone Method |
DtmfRecognitionEngine Class See Also Send Feedback |
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 ) |
Parameters
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".