ISpeechPhraseElement ActualConfidence Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseElement

ActualConfidence Property


The ActualConfidence property returns the actual confidence for the phrase element.

This value consists of a SpeechEngineConfidence constant, and it is always at least as high as the ISpeechPhraseElement.RequiredConfidence property. The confidence rating is an enumerated value of type SpeechEngineConfidence. See Confidence Scoring and Rejection in SAPI Speech Recognition Engine Guide for additional details.


Syntax

Set: (This property is read-only)
Get: SpeechEngineConfidence = ISpeechPhraseElement.ActualConfidence

Parts

ISpeechPhraseElement
The owning object.
SpeechEngineConfidence
Set: (This property is read-only)
Get: A SpeechEngineConfidence constant that gets the value of the property.

Example

Use of the ISpeechPhraseElement is demonstrated in a code example at the end of this section.