TTranscribeStartMedicalTranscriptionJobRequest
Class in AWS.Transcribe
StartMedicalTranscriptionJob request class.
Ancestors
Properties
ContentIdentificationType
property ContentIdentificationType: string
KMSEncryptionContext
property KMSEncryptionContext: TDictionary<string, string>
LanguageCode
property LanguageCode: string
Media
property Media: ITranscribeMedia
Type: ITranscribeMedia
MediaFormat
property MediaFormat: string
MediaSampleRateHertz
property MediaSampleRateHertz: TOptional<Integer>
MedicalTranscriptionJobName
property MedicalTranscriptionJobName: string
OutputBucketName
property OutputBucketName: string
OutputEncryptionKMSKeyId
property OutputEncryptionKMSKeyId: string
OutputKey
property OutputKey: string
Settings
property Settings: ITranscribeMedicalTranscriptionSetting
Type: ITranscribeMedicalTranscriptionSetting
Specialty
property Specialty: string
Tags
property Tags: TList<ITranscribeTag>
Type: ITranscribeTag
Type
property Type: string
Constructors
Create
constructor Create(const AMedicalTranscriptionJobName: string; const AMedia: ITranscribeMedia);
Constructor for TTranscribeStartMedicalTranscriptionJobRequest.
Parameters
| Name | Description |
|---|---|
AMedicalTranscriptionJobName | Specify a unique name for the medical transcription job. |
AMedia | Specify the location of the media to transcribe. |