Amazon Transcribe · Schema

Amazon Transcribe Transcription Job

Schema representing an Amazon Transcribe transcription job resource.

Audio ProcessingAWSMachine LearningSpeech RecognitionSpeech-To-TextTranscription

Properties

Name Type Description
TranscriptionJobName string The name of the transcription job.
TranscriptionJobStatus string The status of the transcription job.
LanguageCode string The language code for the input audio.
MediaSampleRateHertz integer The sample rate of the input audio in Hz.
MediaFormat string The format of the input media file.
Media object The location of the input media file.
Transcript object The location of the transcription output.
Settings object Optional settings for the transcription job.
CreationTime string A timestamp indicating when the job was created.
StartTime string A timestamp indicating when the job started processing.
CompletionTime string A timestamp indicating when the job was completed.
FailureReason string The reason the job failed, if applicable.
Tags array A list of tags associated with the transcription job.
View JSON Schema on GitHub