Stay organized with collections
Save and categorize content based on your preferences.
Transcribe speech to text by using the Google Cloud console
This quickstart introduces you to the
Cloud Speech-to-Text Console. In this
quickstart, you will create and refine a transcription and learn how to
use this configuration with the Speech-to-Text API for your own applications.
To learn how to send requests and receive responses using the REST API instead
of the Console, see the
before you begin page.
Before you begin
Before you can begin using the Speech-to-Text Console, you must enable the
API in the Google Cloud Platform Console. The steps below walk you through the
following actions:
You can either choose an existing project or create a new one. For more details
about creating a project, see
Google Cloud Platform documentation.
If you create a new project, you will be prompted to link a billing account
to this project. If you are using a pre-existing project, make sure that you
have billing enabled.
Once you have selected a project and linked it to a billing account, you
can enable the Speech-to-Text API. Go to the Search products and
resources bar at the top of the page and type in "speech".
Select the Cloud Speech-to-Text API from the list of results.
To try Speech-to-Text without linking it to your project, choose
the TRY THIS API option. To enable the Speech-to-Text API for use
with your project, click ENABLE.
Create a transcription
Permissions required for this task
To perform this task, you must have the following
permissions:
storage.buckets.get
storage.buckets.list
storage.buckets.update
At the project or bucket level:
storage.objects.create
storage.objects.delete
storage.objects.get
storage.objects.list
storage.objects.update
Use the Google Cloud console to create a new transcription:
If this is your first time using the console,
you will be asked to choose where in Cloud Storage to store your
configurations and transcriptions.
In the Create transcription page, Upload a source audio file.
You can choose a file that is already saved in Cloud Storage or upload a
new one to your specified Cloud Storage destination.
Select the uploaded audio file's encoding type.
Specify its sample rate.
Click Continue. You will be taken to Transcription options.
Transcription options
Select the language code of your source audio. This is the language
being spoken in the recording.
Choose the transcription model you would like to use on the file.
The Default option is pre-selected and, generally, no change is needed,
but matching the model to the type of audio may result in higher accuracy.
Note that model costs vary.
Click Continue. You will be taken to Model adaptation.
Model adaptation (optional)
If your source audio contains things like rare words, proper names, or
proprietary terms and you experience problems with recognition, model
adaptation can help.
Check Turn on model adaptation.
Choose One-time adaptation resource.
Add relevant phrases and give them a boost value.
In the left column, click Submit to create your transcription.
Review your transcription
Depending on the size of your audio file, a transcription may take from minutes
to hours to create. Once your transcription has been created, it's ready for
review. Sorting the table by timestamp can help you easily locate your recent
transcriptions.
Click on the Name of the transcription you would like to review.
Compare the Transcription text to the audio file
If you would like to make changes, click Reuse configuration.
This will bring you to the Create transcription flow with the same
options pre-selected, allowing you to change a few things, create a new
transcription, and compare the results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Quickstart: Transcribe speech to text by using the Google Cloud console\n\nTranscribe speech to text by using the Google Cloud console\n===========================================================\n\nThis quickstart introduces you to the\n[Cloud Speech-to-Text Console](https://console.cloud.google.com/speech). In this\nquickstart, you will create and refine a transcription and learn how to\nuse this configuration with the Speech-to-Text API for your own applications.\n\nTo learn how to send requests and receive responses using the REST API instead\nof the Console, see the\n[before you begin](/speech-to-text/docs/before-you-begin) page.\n\nBefore you begin\n----------------\n\nBefore you can begin using the Speech-to-Text Console, you must enable the\nAPI in the Google Cloud Platform Console. The steps below walk you through the\nfollowing actions:\n\n- Enable Speech-to-Text on a project.\n- Make sure billing is enabled for Speech-to-Text.\n\n### Set up your Google Cloud project\n\n1. [Sign in to Google Cloud console](https://console.cloud.google.com/)\n\n2. [Go to the project selector page](https://console.cloud.google.com/projectselector2/home/dashboard)\n\n You can either choose an existing project or create a new one. For more details\n about creating a project, see\n [Google Cloud Platform documentation](/resource-manager/docs/creating-managing-projects).\n3. If you create a new project, you will be prompted to link a billing account\n to this project. If you are using a pre-existing project, make sure that you\n have billing enabled.\n\n [Learn how to confirm that billing is enabled for your project](/billing/docs/how-to/modify-project)\n | **Note:** You must enable billing to use Speech-to-Text API, however you will not be charged unless you exceed the free quota. See the [pricing](/speech-to-text/pricing) page for more details.\n4. Once you have selected a project and linked it to a billing account, you\n can enable the Speech-to-Text API. Go to the **Search products and\n resources** bar at the top of the page and type in **\"speech\"**.\n\n5. Select the **Cloud Speech-to-Text API** from the list of results.\n\n6. To try Speech-to-Text without linking it to your project, choose\n the **TRY THIS API** option. To enable the Speech-to-Text API for use\n with your project, click **ENABLE**.\n\nCreate a transcription\n----------------------\n\n#### Permissions required for this task\n\nTo perform this task, you must have the following\n[permissions](/iam/docs/overview#permissions):\n\n\n- `storage.buckets.get`\n- `storage.buckets.list`\n- `storage.buckets.update`\n\nAt the project or bucket level:\n\n- `storage.objects.create`\n- `storage.objects.delete`\n- `storage.objects.get`\n- `storage.objects.list`\n- `storage.objects.update`\n\nUse the Google Cloud console to create a new transcription:\n\n### Audio configuration\n\n1. Open the [**Speech-to-Text** overview](https://console.cloud.google.com/speech).\n\n \u003cbr /\u003e\n\n2. Click **Create transcription**.\n\n - If this is your first time using the console, you will be asked to choose where in Cloud Storage to store your configurations and transcriptions.\n3. In the **Create transcription** page, **Upload a source audio file**.\n You can choose a file that is already saved in Cloud Storage or upload a\n new one to your specified Cloud Storage destination.\n\n4. Select the uploaded audio file's **encoding type**.\n\n5. Specify its **sample rate**.\n\n6. Click **Continue** . You will be taken to **Transcription options**.\n\n### Transcription options\n\n1. Select the **language code** of your source audio. This is the language\n being spoken in the recording.\n\n2. Choose the **transcription model** you would like to use on the file.\n The Default option is pre-selected and, generally, no change is needed,\n but matching the model to the type of audio may result in higher accuracy.\n Note that model costs vary.\n\n \u003cbr /\u003e\n\n3. Click **Continue** . You will be taken to **Model adaptation**.\n\n### Model adaptation (optional)\n\nIf your source audio contains things like rare words, proper names, or\nproprietary terms and you experience problems with recognition, model\nadaptation can help.\n\n1. Check **Turn on model adaptation**.\n\n2. Choose **One-time adaptation resource**.\n\n3. Add relevant **phrases** and give them a **boost value**.\n\n \u003cbr /\u003e\n\n4. In the left column, click **Submit** to create your transcription.\n\n### Review your transcription\n\nDepending on the size of your audio file, a transcription may take from minutes\nto hours to create. Once your transcription has been created, it's ready for\nreview. Sorting the table by timestamp can help you easily locate your recent\ntranscriptions.\n\n1. Click on the **Name** of the transcription you would like to review.\n\n2. Compare the **Transcription** text to the audio file\n\n3. If you would like to make changes, click **Reuse configuration** .\n This will bring you to the **Create transcription** flow with the same\n options pre-selected, allowing you to change a few things, create a new\n transcription, and compare the results.\n\nWhat's next\n-----------\n\n\n- Practice [transcribing short audio files](/speech-to-text/docs/sync-recognize).\n- Learn how to [batch long audio files for speech recognition](/speech-to-text/docs/async-recognize).\n- Learn how to [transcribe streaming audio](/speech-to-text/docs/streaming-recognize) like from a microphone.\n- Get started with the Speech-to-Text in your language of choice by using a [Speech-to-Text client library](/speech-to-text/docs/reference/libraries).\n- Work through the [sample applications](/speech-to-text/docs/samples).\n- For best performance, accuracy, and other tips, see the [best practices](/speech-to-text/docs/best-practices) documentation.\n\n\u003cbr /\u003e"]]