







|
| DtmfRecognizeCompletedEventArgs..::..TerminationTone Property |
| DtmfRecognizeCompletedEventArgs 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 DtmfRecognizeCompletedEventArgs 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 ended the recognition, or null if no TerminationTones are set.
