SpeechRecognitionUIResult.RecognitionResult property

Gets the result of the speech recognition session that was initiated by the SpeechRecognizerUI object.

Syntax

public SpeechRecognitionResult RecognitionResult { get; }
Public ReadOnly Property RecognitionResult As SpeechRecognitionResult
public:
property SpeechRecognitionResult^ RecognitionResult { 
   SpeechRecognitionResult^ get();
}

Property value

Type: SpeechRecognitionResult

The result of the speech recognition session that was initiated by the SpeechRecognizerUI object.

Remarks

If the speech recognition session was unsuccessful, this property returns null.

For more information about how to work with speech recognition results, including the RecognitionResult class, see Working with speech recognition results for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechRecognitionUIResult