Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfTone Enumeration
Enumerates values of the first 16 DTMF tones.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Enumeration DtmfTone
'Usage
Dim instance As DtmfTone
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 |