Occurs when some words are recognized hypothetically from the audio stream.
| C# | Visual Basic | Visual 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); }