SpeechRecognitionResult.Confidence Property

Definition

Gets a value that indicates the confidence of the speech recognizer in the recognition result.

public:
 property SpeechRecognitionConfidence Confidence { SpeechRecognitionConfidence get(); };
SpeechRecognitionConfidence Confidence();
public SpeechRecognitionConfidence Confidence { get; }
var speechRecognitionConfidence = speechRecognitionResult.confidence;
Public ReadOnly Property Confidence As SpeechRecognitionConfidence

Property Value

The confidence level of the recognition result.

Remarks

Call GetAlternates for the full collection of recognition alternatives, ordered by confidence from most likely to least likely. The first item in the collection is the recognition result indicated by the parent object.

Applies to

See also