Skip to main content

ITranscribeTranscriptionJob

Interface in AWS.Transcribe

Interface for TranscriptionJob.

Properties

CompletionTime

property CompletionTime: TOptional<TDateTime>

The date and time the transcription job finished processing.

ContentRedaction

property ContentRedaction: ITranscribeContentRedaction

Type: ITranscribeContentRedaction

Indicates whether redaction was enabled in your transcript.

CreationTime

property CreationTime: TOptional<TDateTime>

The date and time the transcription job was created.

FailureReason

property FailureReason: string

The reason for failure.

Returned if the TranscriptionJobStatus is FAILED. FailureReason may be one of the followoing:

IdentifiedLanguageScore

property IdentifiedLanguageScore: TOptional<Single>

The confidence score associated with the language identified in the media input file.

Confidence scores are between 0 and 1. A larger value indicates a higher probability that the identified language is correct.

IdentifyLanguage

property IdentifyLanguage: TOptional<Boolean>

Indicates whether automatic language identification was enabled for the transcription job.

IdentifyMultipleLanguages

property IdentifyMultipleLanguages: TOptional<Boolean>

Indicates whether automatic multi-language identification was enabled for the transcription job.

JobExecutionSettings

property JobExecutionSettings: ITranscribeJobExecutionSettings

Type: ITranscribeJobExecutionSettings

Information about the settings used to process the transcription job.

LanguageCode

property LanguageCode: string

The language code that used to create the transcription job.

Valid values: af-ZA | ar-AE | ar-SA | da-DK | de-CH | de-DE | en-AB | en-AU | en-GB | en-IE | en-IN | en-US | en-WL | es-ES | es-US | fa-IR | fr-CA | fr-FR | he-IL | hi-IN | id-ID | it-IT | ja-JP | ko-KR | ms-MY | nl-NL | pt-BR | pt-PT | ru-RU | ta-IN | te-IN | tr-TR | zh-CN | zh-TW | th-TH | en-ZA | en-NZ | vi-VN | sv-SE.

LanguageCodes

property LanguageCodes: TList<ITranscribeLanguageCodeItem>

Type: ITranscribeLanguageCodeItem

The language codes used to create the transcription job.

This provides a list of language codes when multi-language identification is used. If single-language identification is used, refer to LanguageCode.

LanguageIdSettings

property LanguageIdSettings: TDictionary<string, ITranscribeLanguageIdSettings>

Type: ITranscribeLanguageIdSettings

Specifies settings for languages when using automatic language identification.

A maximum of 5 entries can be specified.

LanguageOptions

property LanguageOptions: TList<string>

List of language codes representing languages you think will be present in the media file.

Valid values: af-ZA | ar-AE | ar-SA | da-DK | de-CH | de-DE | en-AB | en-AU | en-GB | en-IE | en-IN | en-US | en-WL | es-ES | es-US | fa-IR | fr-CA | fr-FR | he-IL | hi-IN | id-ID | it-IT | ja-JP | ko-KR | ms-MY | nl-NL | pt-BR | pt-PT | ru-RU | ta-IN | te-IN | tr-TR | zh-CN | zh-TW | th-TH | en-ZA | en-NZ | vi-VN | sv-SE. )

Media

property Media: ITranscribeMedia

Type: ITranscribeMedia

The Amazon S3 location of the media file used when creating the transcription job.

MediaFormat

property MediaFormat: string

The format of the input media file.

Valid values: mp3 | mp4 | wav | flac | ogg | amr | webm.

MediaSampleRateHertz

property MediaSampleRateHertz: TOptional<Integer>

The sample rate, in hertz, of the audio track in the input media file.

ModelSettings

property ModelSettings: ITranscribeModelSettings

Type: ITranscribeModelSettings

Information on the custom language model included in the transcription job request.

Settings

property Settings: ITranscribeSettings

Type: ITranscribeSettings

Information about additional settings that were included in the job request.

StartTime

property StartTime: TOptional<TDateTime>

The date and time the transcription job began processing.

Subtitles

property Subtitles: ITranscribeSubtitlesOutput

Type: ITranscribeSubtitlesOutput

Provides the location and details of subtitles if they were generated with the transcript.

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

Specify a list of tags to associated with the transcription job.

Transcript

property Transcript: ITranscribeMedicalTranscript

Type: ITranscribeMedicalTranscript

The Amazon S3 location (URI) you can use to access the transcript.

TranscriptionJobName

property TranscriptionJobName: string

The name of the transcription job.

TranscriptionJobStatus

property TranscriptionJobStatus: string

Specifies the status of the transcription job.

Valid values: QUEUED | IN_PROGRESS | FAILED | COMPLETED. If the status is COMPLETED, the job is finished and the results can be retrieved from the location specified in Transcript.