EasySpeech Controls v2.0

OnRecognitionFinalResult

The OnRecognitionFinalResult event occurs when the speech recognition (SR) engine produces a recognition.

Event OnRecognitionFinalResult(
Result As String)

Parameters

Result
string containing the fianl recognition results.

Remarks

This could be considered the most important event for speech recognition because it returns the result of a successful recognition. A successful recognition is recognized a word or phrase that is matched in an open grammar for that recognition context and whose quality of speech meets a minimum confidence score. If neither criteria is met, the engine returns a FalseRecognition event. Spoken content may not meet the confidence score for several reasons including background interference, inarticulate speech or an uncommon word or phrase.

See Also

None.