ISpeechToTextWordRecognized Event |
Occurs when some words are recognized from the audio stream.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxevent 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:
SystemEventHandlerSpeechDetectionEventArgs
See Also