Google Cloud

Transcribe audio to text with Google Cloud.

Google Cloud is a comprehensive suite of cloud computing services that empowers businesses to build, innovate, and scale. With the Convert Speech to Text feature in Glide, you can effortlessly transcribe spoken language into written text within your app. This integration is best used with the Audio Recorder component.

Don't see the Google Cloud integration?

You may need to upgrade your plan. Browse Glide’s plans and find the right fit for you.

Adding and Configuring the Action

1

In Glide, click the Settings icon in the upper-right corner.

2

Navigate to the Integrations tab and then select Google Cloud.

3

Click Add.

4

Log in to your Google account and select Allow.

Transcribe Audio

The Google Cloud integration in Glide offers the powerful Transcribe audio feature, enabling you to seamlessly transform audio recordings into written text within your app.

1

In the Data Editor, create a column to store the resulting transcription.

2

Select the component you’d like to add the action to. Remember, this must be a component that supports actions.

3

Search for Transcribe audio action or navigate to Integrations → Google Cloud → Transcribe audio.

4

Name the action.

5

Choose an icon.

6

Select the column where your Audio recording is stored.

7

Specify which language to transcribe the audio in. The full list of Google’s language codes can be found here.

9

Specify which column should store the resulting transcription.

10

Click away to exit the configuration.

To learn more generally about Integrations in Glide, including how they affect your app’s usage, check out our Introduction to Integrations.

Frequently Asked Questions

You may need to upgrade your plan. Browse Glide’s plans and find the right fit for you.

The integration is designed to work with recorded audio files. To transcribe real-time speech, you can use the Audio Recorder component to record and store the audio file first, then use the integration to transcribe the recorded audio.

The transcription time may vary depending on the length of the audio file and internet connection. In general, the Google Cloud Convert Speech to Text integration is designed to deliver fast and accurate transcriptions. However, it’s a good idea to inform your app users that transcription might take a few seconds to complete.

Yes, you can utilize the transcribed text in other parts of your app. When setting up the Convert Speech to Text integration, specify the field where the converted text should be stored. You can then reference this field in other components or actions in Glide.