







|
| DtmfRecognitionRejectedEventArgs..::..TerminationTone Property |
| DtmfRecognitionRejectedEventArgs Class See Also Send Feedback |
Gets the DTMF tone that ended 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 DtmfRecognitionRejectedEventArgs 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 caused the DtmfRecognitionRejected event to be raised.
