EasySpeech Controls v2.0

OnHypothesis

The OnHypothesis event occurs when the SR engine produces a hypothesis.

Event OnHypothesis(
Result As String)

Parameters

Result
string containing the recognition results.

Remarks

A hypothesis is an interim recognition result. Each time the engine attempts a recognition it generates an interim results and Hypothesis events are sent out. A hypothesis may or may not be close to the final version of the recognition. In fact, a hypothesis may not bear any likeness to the final result due to the sound quality, idiomatic phrasing, or uncommon word or phrase usage.

See Also

None.