Hi, I am building a simple desktop AI application, and I am currently using the default voice recognition on every windows computer, which is really bad. I am trying to make the switch over to Google Speech API because it is a lot more accurate, but the
documentation on Google is very confusing. I need to either find some way of knowing when the user is done talking to send the audio file to Google, or use their streaming recognition which translates in real time as the user is talking. How would I be able
to implement this into a windows forms application? Please don't just drop a link to the google docs, I've read through them already.
Many thanks in advance