SpeechRecognitionResult.Confidence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.