Get the state of asynchronous speech recognition return no results

I am trying to retrieve transcription from google speech cloud.
when using the GCS get module i see the following:

This is long m4a transcription that I’ve uploaded to a bucket the night before. you can see that the progresspercent is 100 and also the status is done. do you know why I don’t get the actual response, meaning the transcription array?

Thanks a lot!!!

Welcome to the Make community!

This is likely because GCS couldn’t detect any speech, or your input file couldn’t be read.

Notice that your “totalBilledTime” is 0s?

You should get something like this when successful, showing more than 0s of the input file.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for your answer. how can I set the output folder of the transcription made by GCS. I cant retrieve it afterwards.I see that the bucket has all the m4a files but the transcription is missing. is there a way to config where the transcription be saved?

Yes, you’ll have to use the Google Cloud Storage module in conjuction.