Microsoft Speech Platform
Interface: ISpeechPhraseRule
EngineConfidence Property
The EngineConfidence property returns the confidence score for the rule computed by the speech recognition (SR) engine.
The value is engine dependent and not standardized across multiple SR engines.
Syntax
Set: | (This property is read-only) |
Get: | Single = ISpeechPhraseRule.EngineConfidence |
Parts
- ISpeechPhraseRule
- The owning object.
- Single
-
Set: (This property is read-only)
Get: A Single variable that gets the EngineConfidence.
Example
For an example of the use of the EngineConfidence property, see the code example at the end of this section.