Ozeki VoIP SDK Class library
WordsHypotyzed Event
NamespacesOzeki.Media.MediaHandlersSpeechToTextWordsHypotyzed
Occurs when some words are recognized hypothetically from the audio stream.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<VoIPEventArgs<IEnumerable<string>>> WordsHypotyzed
Public Event WordsHypotyzed As EventHandler(Of VoIPEventArgs(Of IEnumerable(Of String)))
public:
 event EventHandler<VoIPEventArgs<IEnumerable<String^>^>^>^ WordsHypotyzed {
	void add (EventHandler<VoIPEventArgs<IEnumerable<String^>^>^>^ value);
	void remove (EventHandler<VoIPEventArgs<IEnumerable<String^>^>^>^ value);
}

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243