ITranscribeTranscriptionJobSummary
Interface in AWS.Transcribe
Interface for TranscriptionJobSummary.
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.
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.
ModelSettings
property ModelSettings: ITranscribeModelSettings
Type: ITranscribeModelSettings
Information on the custom language model included in the transcription job request.
OutputLocationType
property OutputLocationType: string
Indicates where the transcription output is stored.
Valid values:
StartTime
property StartTime: TOptional<TDateTime>
The date and time the transcription job began processing.
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.