Speech to Text C# Train For Better Translation
问题 I need to way to make the speech to text smarter as many of the words it is just getting incorrect in the translation. I cannot find much help on adding a list of words, not commands or grammar but words to help better translate audio recording. Here is the code I found on the web, and this works, but I need to way to train, or make the engine smarter. Any ideas? Thanks. static void Main(string[] args) { // Create an in-process speech recognizer for the en-US locale. using