Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Save an text from Google Speech-to-text to cloud storage

Hi all , 

Is it possible to directly save the text from speech to text to cloud storage using python client library?

At the moment I was able to perform this save operation only by waiting for the end of the speech-to-text operation, saving the text stack as a file and only then uploading it to the storage bucket

2 2 329
2 REPLIES 2

I checked and there is no feature that can do your requirements in python client library. Suggested workaround is your current setup. You may raise a PIT if you want to have this feature.

Thank you!