AddTone Method (DtmfTone)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Adds a tone to the buffer for recognition against the loaded Grammar objects.

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

Syntax

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

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

See Also