SpeechRecognitionResultDetail class

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
Public NotInheritable Class SpeechRecognitionResultDetail
public ref class SpeechRecognitionResultDetail sealed 

Members

The SpeechRecognitionResultDetail class has these types of members:

  • Properties

Properties

The SpeechRecognitionResultDetail class has these properties.

Property Access type Description

ConfidenceScore

Read-only

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

RuleStack

Read-only

Gets 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

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