This topic has not yet been rated - Rate this topic

SpeechRecognitionUIResult class

4/5/2013

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

Syntax

Public NotInheritable Class SpeechRecognitionUIResult  
    Inherits Object

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The SpeechRecognitionUIResult class has these types of members:

Methods

The SpeechRecognitionUIResult class inherits methods from the Object class.

Properties

The SpeechRecognitionUIResult class has these properties.

PropertyAccess typeDescription

RecognitionResult

Read-onlyGets the result of the speech recognition session that was initiated by the SpeechRecognizerUI object.

ResultStatus

Read-onlyGets 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 [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

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

Object

 

 

Build date: 4/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.