https://docs.aws.amazon.com/transcribe/latest/dg/getting-started.html
- ID: transcribe/getting-started
- Level: beginner
- Core actions:
transcribe:StartTranscriptionJob
- Create a sample audio file (WAV with silence)
- Upload to S3
- Start a transcription job
- Wait for completion
- Get results
- List transcription jobs
| Resource | Type |
|---|---|
transcribe-tut-<random> |
S3 bucket |
tut-job-<random> |
Transcription job |
Transcribe pricing is per second of audio transcribed. This tutorial transcribes 1 second, costing a fraction of a cent.
~16 seconds