SpeechRecognitionResult.Details Property

Gets additional details about the speech recognition result, including the rule that was triggered to return the recognized phrase and the confidence score.

Syntax

public:
property SpeechRecognitionResultDetail^ Details {
         SpeechRecognitionResultDetail^ get ();
}  

Property value

Type: SpeechRecognitionResultDetail 

Additional details about the speech recognition result, including the rule that was triggered to return the recognized phrase and the confidence score.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognitionResult Class

SpeechRecognitionResult Members

Windows.Xbox.Speech.Recognition Namespace