| DefaultSpeechToTextWordRecognized Event | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic event EventHandler<SpeechDetectionEventArgs> WordRecognized
Public Event WordRecognized As EventHandler(Of SpeechDetectionEventArgs)
public:
virtual  event EventHandler<SpeechDetectionEventArgs^>^ WordRecognized {
	void add (EventHandler<SpeechDetectionEventArgs^>^ value);
	void remove (EventHandler<SpeechDetectionEventArgs^>^ value);
}abstract WordRecognized : IEvent<EventHandler<SpeechDetectionEventArgs>,
    SpeechDetectionEventArgs>
override WordRecognized : IEvent<EventHandler<SpeechDetectionEventArgs>,
    SpeechDetectionEventArgs>Value
Type: 
SystemEventHandlerSpeechDetectionEventArgsImplements
ISpeechToTextWordRecognized
See Also