SpeechEngineConfidence (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

SpeechEngineConfidence Enum

The SpeechEngineConfidence enumeration specifies levels of confidence.

Results returned by the speech recognition (SR) engine may be assigned one of these values to indicate the degree of confidence of the recognition. Alternatively, the engine may be assigned one of these values as a minimum requirement before passing back a recognition.

Definition

Enum SpeechEngineConfidence
    SECLowConfidence = -1
    SECNormalConfidence = 0
    SECHighConfidence = 1
End Enum

Elements

SECLowConfidence
Indication of low confidence.
SECNormalConfidence
Indication of normal confidence.
SECHighConfidence
Indication of high confidence.