Use this step after transcript input works. Audio adds more variables, so it should not be the first path tested.
For audio input, the workflow should:
transcripts/<jobId>/.Example AWS CLI command:
aws transcribe start-transcription-job `
--transcription-job-name cognitive-coach-job-test `
--language-code en-US `
--media MediaFileUri=s3://<bucket-name>/uploads/job-test/sample.mp3 `
--output-bucket-name <bucket-name> `
--output-key transcripts/job-test/
Check job status:
aws transcribe get-transcription-job --transcription-job-name cognitive-coach-job-test
Initial testing can use:
en-US for English audio.vi-VN for Vietnamese audio if supported in your selected region.Confirm:
COMPLETED.If audio quality is poor, use the transcript upload path for the final demo.