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 SpeechRecognitionResultDetail Details { get; }
Public ReadOnly Property Details As SpeechRecognitionResultDetail
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

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]

See also

SpeechRecognitionResult