Click or drag to resize
ISpeechToText.WordHypothesized Event
Occurs when some words are recognized hypothetically from the audio stream.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
event EventHandler<SpeechDetectionEventArgs> WordHypothesized

Value

Type: System.EventHandler<SpeechDetectionEventArgs>
See Also