Version: 2019.2

DictationRecognizer.DictationResultDelegate

Switch to Manual
public delegatevoid DictationResultDelegate (string text, Windows.Speech.ConfidenceLevel confidence);

Parameters

textThe recognized text.
confidenceThe confidence level at which the text was recognized.

Description

Callback indicating a phrase has been recognized with the specified confidence level. You should register with DictationResult event.