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