ISpeechPhraseRule Confidence Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


Interface: ISpeechPhraseRule

Confidence Property

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

It is an enumerated value of type SpeechEngineConfidence.


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.