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.