DtmfTone Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameDescription
Zero0
One1
Two2
Three3
Four4
Five5
Six6
Seven7
Eight8
Nine9
Star10
Hash11
A12
B13
C14
D15

See Also