Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

DtmfRecognizeCompletedEventArgs.Result Property

Gets the recognition result.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public ReadOnly Property Result As RecognitionResult
    Get
'Usage
Dim instance As DtmfRecognizeCompletedEventArgs
Dim value As RecognitionResult

value = instance.Result
public RecognitionResult Result { get; }

Property Value

Type: Microsoft.Speech.Recognition.RecognitionResult
The 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.

See Also

Reference

DtmfRecognizeCompletedEventArgs Class

DtmfRecognizeCompletedEventArgs Members

Microsoft.Speech.Recognition Namespace