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

파라미터

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

설명

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