ITranscribeMedicalTranscriptionJob
Interface in AWS.Transcribe
Interface for MedicalTranscriptionJob.
Properties
CompletionTime
property CompletionTime: TOptional<TDateTime>
The date and time the medical transcription job finished processing.
ContentIdentificationType
property ContentIdentificationType: string
Indicates whether content idenitfication was enabled for the medical transcription job.
CreationTime
property CreationTime: TOptional<TDateTime>
The date and time the medical 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:
LanguageCode
property LanguageCode: string
The language code that used to create the medical 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.
Media
property Media: ITranscribeMedia
Type: ITranscribeMedia
The Amazon S3 location of the media file used when creating the medical 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.
MedicalTranscriptionJobName
property MedicalTranscriptionJobName: string
The name of the medical transcription job.
Settings
property Settings: ITranscribeMedicalTranscriptionSetting
Type: ITranscribeMedicalTranscriptionSetting
Information about additional settings that were included in the job request.
Specialty
property Specialty: string
Describes the medical specialty represented in the media input file.
Valid values: PRIMARYCARE.
StartTime
property StartTime: TOptional<TDateTime>
The date and time the medical transcription job began processing.
Tags
property Tags: TList<ITranscribeTag>
Type: ITranscribeTag
Specify a list of tags to associated with the medical transcription job.
Transcript
property Transcript: ITranscribeMedicalTranscript
Type: ITranscribeMedicalTranscript
The Amazon S3 location (URI) you can use to access the transcript.
TranscriptionJobStatus
property TranscriptionJobStatus: string
Specifies the status of the medical transcription job.
Valid values: QUEUED | IN_PROGRESS | FAILED | COMPLETED. If the status is COMPLETED, the job is finished and the results retrieved from the location specified in Transcript.
Type
property Type: string
Indicates whether the input media is a dictation or a conversation.
Valid values: CONVERSATION | DICTATION.