SpeechToTextWordHypothesized Event |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic event EventHandler<SpeechDetectionEventArgs> WordHypothesized
Public Event WordHypothesized As EventHandler(Of SpeechDetectionEventArgs)
public:
event EventHandler<SpeechDetectionEventArgs^>^ WordHypothesized {
void add (EventHandler<SpeechDetectionEventArgs^>^ value);
void remove (EventHandler<SpeechDetectionEventArgs^>^ value);
}member WordHypothesized : IEvent<EventHandler<SpeechDetectionEventArgs>,
SpeechDetectionEventArgs>Value
EventHandlerSpeechDetectionEventArgs
See Also