ISpeechPhraseRule Confidence Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseRule

Confidence Property


The Confidence property returns the confidence for this rule computed by SAPI.

It 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 = ISpeechPhraseRule.Confidence

Parts

ISpeechPhraseRule
The owning object.
SpeechEngineConfidence
Set: (This property is read-only)
Get: A SpeechEngineConfidence variable that gets the Confidence property.

Example

For an example of the use of the Confidence property, see the code example at the end of this section.