Developer Center / Code Examples ...

Find code examples for the AWS SDKs

Explore and run code examples to manage your AWS resources

actions

Code excerpts that show you how to call individual service functions.

scenarios

Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.

cross-service

Sample applications that work across multiple AWS services.

Filter by
Language
Example Type
Technology Category
Product
Showing results: 1-8
Total results: 8
  • category
No content found matching that criteria.
  • Scenario

    Updated
    Machine Learning & AI

    Create and refine a custom vocabulary

    Amazon Transcribe

    • Upload an audio file to Amazon S3.
    • Run an Amazon Transcribe job to transcribe the file and get the results.
    • Create and refine a custom vocabulary to improve transcription accuracy.
    • Run jobs with custom vocabularies and get the results.

    Python (v3)

    Last update
    October 14, 2024
  • Scenario

    Updated
    Machine Learning & AI

    Convert text to speech and back to text

    Amazon Polly | Amazon S3 | Amazon Transcribe

    • Use Amazon Polly to synthesize a plain text (UTF-8) input file to an audio file.
    • Upload the audio file to an Amazon S3 bucket.
    • Use Amazon Transcribe to convert the audio file to text.
    • Display the text.

    Rust

    Last update
    October 14, 2024
  • Scenario

    Updated
    Machine Learning & AI

    Transcribe an audio file

    Amazon Transcribe Streaming

    Learn how to generate a transcription of a source audio file using Amazon Transcribe streaming.

    C++ | Java (v2) | Swift

    Last update
    January 14, 2025
  • Scenario

    Updated
    Machine Learning & AI

    Transcribe audio and get job data

    Amazon Transcribe

    • Start a transcription job with Amazon Transcribe.
    • Wait for the job to complete.
    • Get the URI where the transcript is stored.

    Java (v2) | Python (v3)

    Last update
    February 13, 2024
  • Scenario

    Updated
    Machine Learning & AI

    Build an Amazon Transcribe streaming app

    Amazon Comprehend | Amazon SES | Amazon Transcribe | Amazon Translate

    Learn how to build an app that records, transcribes, and translates live audio in real-time, and emails the results.

    JavaScript (v3)

    Last update
    October 14, 2024
  • Scenario

    Updated
    Machine Learning & AI

    Transcribe audio from a microphone

    Amazon Transcribe Streaming

    Learn how to generate a transcription from a microphone using Amazon Transcribe streaming.

    Java (v2)

    Last update
    January 14, 2025
  • Actions

    Updated
    Machine Learning & AI

    Code excerpts for Amazon Transcribe

    Learn how to call individual Amazon Transcribe functions.

    .NET (v3) | CLI (v2) | Java (v2) | JavaScript (v3) | Python (v3)

    Last update
    December 10, 2024
  • Actions

    Updated
    Machine Learning & AI

    Code excerpts for Amazon Transcribe Streaming

    Learn how to call individual Amazon Transcribe Streaming functions.

    C++ | Java (v2) | Swift

    Last update
    January 14, 2025
1

Was this page helpful?