Build an Amazon Transcribe app - Amazon Simple Storage Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Build an Amazon Transcribe app

The following code example shows how to use Amazon Transcribe to transcribe and display voice recordings in the browser.

JavaScript
SDK for JavaScript (v3)

Create an app that uses Amazon Transcribe to transcribe and display voice recordings in the browser. The app uses two Amazon Simple Storage Service (Amazon S3) buckets, one to host the application code, and another to store transcriptions. The app uses an Amazon Cognito user pool to authenticate your users. Authenticated users have Amazon Identity and Access Management (IAM) permissions to access the required Amazon services.

For complete source code and instructions on how to set up and run, see the full example on GitHub.

This example is also available in the Amazon SDK for JavaScript v3 developer guide.

Services used in this example
  • Amazon Cognito Identity

  • Amazon S3

  • Amazon Transcribe

For a complete list of Amazon SDK developer guides and code examples, see Using this service with an Amazon SDK. This topic also includes information about getting started and details about previous SDK versions.