







|
| DtmfRecognizedEventArgs..::..TerminationTone Property |
| DtmfRecognizedEventArgs Class See Also Send Feedback |
Gets the DTMF tone that terminated the recognition.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TerminationTone As Nullable(Of DtmfTone) Get |
| Visual Basic (Usage) |
|---|
Dim instance As DtmfRecognizedEventArgs Dim value As Nullable(Of DtmfTone) value = instance.TerminationTone |
| C# |
|---|
public Nullable<DtmfTone> TerminationTone { get; } |
Property Value
Type: System..::..Nullable<(Of <(<'DtmfTone>)>)>The tone that terminated the recognition.
