SpeechRecognitionUIResult class

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

Syntax

public sealed class SpeechRecognitionUIResult
Public NotInheritable Class SpeechRecognitionUIResult
public ref class SpeechRecognitionUIResult sealed 

Members

The SpeechRecognitionUIResult class has these types of members:

  • Properties

Properties

The SpeechRecognitionUIResult class has these properties.

Property Access type Description

RecognitionResult

Read-only

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

ResultStatus

Read-only

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

 

Remarks

The SpeechRecognitionUIResult class can't be instantiated directly. An instance of the class can be obtained by accessing the return value of the RecognizeWithUIAsync method.

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]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object