DtmfRecognizeCompletedEventArgs..::..Result Property |
DtmfRecognizeCompletedEventArgs Class See Also Send Feedback |
Gets the recognition result.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Result As RecognitionResult Get |
Visual Basic (Usage) |
---|
Dim instance As DtmfRecognizeCompletedEventArgs Dim value As RecognitionResult value = instance.Result |
C# |
---|
public RecognitionResult Result { get; } |
Property Value
Type: Microsoft.Speech.Recognition..::..RecognitionResultThe results of the recognition.
Remarks
If recognition timed out, or if the sequence of DTMF tones did not match any of the loaded Grammar objects, Result will be null.