Result Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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..::..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