







|
| DtmfRecognitionEngine..::..AddTone Method (DtmfTone) |
| DtmfRecognitionEngine Class See Also Send Feedback |
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 ) |
