ISpeechToTextWordHypothesized Event |
Occurs when some words are recognized hypothetically from the audio stream.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxevent EventHandler<SpeechDetectionEventArgs> WordHypothesized
Event WordHypothesized As EventHandler(Of SpeechDetectionEventArgs)
event EventHandler<SpeechDetectionEventArgs^>^ WordHypothesized {
void add (EventHandler<SpeechDetectionEventArgs^>^ value);
void remove (EventHandler<SpeechDetectionEventArgs^>^ value);
}abstract WordHypothesized : IEvent<EventHandler<SpeechDetectionEventArgs>,
SpeechDetectionEventArgs>Value
EventHandlerSpeechDetectionEventArgs
See Also