Voice recognition application using C#

  • 10 years ago
In this video we will try to understand how to use Voice Recognition feature of C# using System.Speech.Recognition namespace.
The video provides explains how to acquire and monitor speech input, create speech recognition grammars that produce both literal and semantic recognition results, capture information from events generated by the speech recognition and, and configure and manage speech recognition engines.

Recommended