This topic has not yet been rated - Rate this topic

SpeechRecognitionResultDetail class

4/5/2013

Provides further detail about the result of the speech recognition session, including the confidence level and the rule that was triggered to return the phrase.

Syntax


public sealed class SpeechRecognitionResultDetail : Object

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The SpeechRecognitionResultDetail class has these types of members:

Methods

The SpeechRecognitionResultDetail class inherits methods from the Object class.

Properties

The SpeechRecognitionResultDetail class has these properties.

PropertyAccess typeDescription

ConfidenceScore

Read-onlyGets the confidence level of the recognition result as a floating-point value.

RuleStack

Read-onlyGets the hierarchy of rule elements that were triggered to return the recognized phrase.

 

Remarks

Access the Details property to obtain an instance of this class.

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.