Skip to main content

TTranscribeStartTranscriptionJobRequest

Class in AWS.Transcribe

StartTranscriptionJob request class.

Ancestors

Properties

ContentRedaction

property ContentRedaction: ITranscribeContentRedaction

Type: ITranscribeContentRedaction

IdentifyLanguage

property IdentifyLanguage: TOptional<Boolean>

IdentifyMultipleLanguages

property IdentifyMultipleLanguages: TOptional<Boolean>

JobExecutionSettings

property JobExecutionSettings: ITranscribeJobExecutionSettings

Type: ITranscribeJobExecutionSettings

KMSEncryptionContext

property KMSEncryptionContext: TDictionary<string, string>

LanguageCode

property LanguageCode: string

LanguageIdSettings

property LanguageIdSettings: TDictionary<string, ITranscribeLanguageIdSettings>

Type: ITranscribeLanguageIdSettings

LanguageOptions

property LanguageOptions: TList<string>

Media

property Media: ITranscribeMedia

Type: ITranscribeMedia

MediaFormat

property MediaFormat: string

MediaSampleRateHertz

property MediaSampleRateHertz: TOptional<Integer>

ModelSettings

property ModelSettings: ITranscribeModelSettings

Type: ITranscribeModelSettings

OutputBucketName

property OutputBucketName: string

OutputEncryptionKMSKeyId

property OutputEncryptionKMSKeyId: string

OutputKey

property OutputKey: string

Settings

property Settings: ITranscribeSettings

Type: ITranscribeSettings

Subtitles

property Subtitles: ITranscribeSubtitles

Type: ITranscribeSubtitles

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

TranscriptionJobName

property TranscriptionJobName: string

Constructors

Create

constructor Create(const ATranscriptionJobName: string; const AMedia: ITranscribeMedia);

ITranscribeMedia

Constructor for TTranscribeStartTranscriptionJobRequest.

Parameters

NameDescription
ATranscriptionJobNameSpecify a unique name for the transcription job.
AMediaSpecify the location of the media to transcribe.