Google speech to text returns partial texts
I am using google speech to text service. Since the audios In my project are longer then 60 sec I use longRunningRecognize function. I run my tests on mp3 and wav format song files expecting to get all the lyrics of songs. The results I get are partial often less then 30% of lyrics.
Why does Google’s Speech-to-Text API include all previously recognized words in each final result?
I’m using Google’s Speech-to-Text API to transcribe streaming audio in my C++ application. Here’s my current implementation: