







Enumerates values of the first 16 DTMF tones.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration DtmfTone |
| Visual Basic (Usage) |
|---|
Dim instance As DtmfTone |
| C# |
|---|
public enum DtmfTone |
Members
| Member name | Description | |
|---|---|---|
| Zero | 0 | |
| One | 1 | |
| Two | 2 | |
| Three | 3 | |
| Four | 4 | |
| Five | 5 | |
| Six | 6 | |
| Seven | 7 | |
| Eight | 8 | |
| Nine | 9 | |
| Star | 10 | |
| Hash | 11 | |
| A | 12 | |
| B | 13 | |
| C | 14 | |
| D | 15 |
