Occurs when some words are recognized from the audio stream.
| C# | Visual Basic | Visual C++ |
public event EventHandler<VoIPEventArgs<IEnumerable<string>>> WordsRecognized
Public Event WordsRecognized As EventHandler(Of VoIPEventArgs(Of IEnumerable(Of String)))
public: event EventHandler<VoIPEventArgs<IEnumerable<String^>^>^>^ WordsRecognized { void add (EventHandler<VoIPEventArgs<IEnumerable<String^>^>^>^ value); void remove (EventHandler<VoIPEventArgs<IEnumerable<String^>^>^>^ value); }
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.4.569