ISpeechPhraseElement ActualConfidence Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


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.


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.