...
/Create a Storage Bucket and Transcribe an Audio File
Create a Storage Bucket and Transcribe an Audio File
Learn about storage buckets and uploading files.
Download and listen
It is recommended that you download the file and listen to it so you can verify the API results. The file is attached below:
Creating a storage bucket
Earlier we mentioned that there are two ways to store audio files for processing. The files can either be stored locally in base64 byte format, or they can be hosted on a Google Cloud storage bucket. For the rest of the course, we will be using a storage bucket that you create.
Unique bucket name
NOTE: You must name the storage bucket with a globally unique name or a name that has not already been used for any Google storage bucket. See the ...