I'm trying to find free speech recognition for C# Windows Form Application executable, which can work as Google Speech Recognition, recognize and convert absolutely new words to text.
I tried to use System.Speech.Recognition; different ways, but it is works good for prerecorded commands and I can't get such results as it works with Google Speech Recognition with Python for example, which is 95% correct results at least, more then enough to say, that is good, but apparently if I do not have a key it is not available for free and to use it in executable.
So I want try Bing Speech API of Microsoft Cognitive Services, but can't find any example how to code it, some basic example. If someone have deal with this tool, can you help me figure out