ISpeechToTextWordRecognized Event |
Occurs when some words are recognized from the audio stream.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<SpeechDetectionEventArgs> WordRecognized
Event WordRecognized As EventHandler(Of SpeechDetectionEventArgs)
event EventHandler<SpeechDetectionEventArgs^>^ WordRecognized {
void add (EventHandler<SpeechDetectionEventArgs^>^ value);
void remove (EventHandler<SpeechDetectionEventArgs^>^ value);
}
abstract WordRecognized : IEvent<EventHandler<SpeechDetectionEventArgs>,
SpeechDetectionEventArgs>
Value
Type:
SystemEventHandlerSpeechDetectionEventArgsSee Also