You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::MedicalTranscriptionJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::MedicalTranscriptionJobSummary
- Defined in:
- (unknown)
Overview
Provides summary information about a transcription job.
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
A timestamp that shows when the job was completed.
-
#creation_time ⇒ Time
A timestamp that shows when the medical transcription job was created.
-
#failure_reason ⇒ String
If the
TranscriptionJobStatus
field isFAILED
, a description of the error. -
#language_code ⇒ String
The language of the transcript in the source audio file.
-
#medical_transcription_job_name ⇒ String
The name of a medical transcription job.
-
#output_location_type ⇒ String
Indicates the location of the transcription job\'s output.
-
#specialty ⇒ String
The medical specialty of the transcription job.
-
#start_time ⇒ Time
A timestamp that shows when the job began processing.
-
#transcription_job_status ⇒ String
The status of the medical transcription job.
-
#type ⇒ String
The speech of the clinician in the input audio.
Instance Attribute Details
#completion_time ⇒ Time
A timestamp that shows when the job was completed.
#creation_time ⇒ Time
A timestamp that shows when the medical transcription job was created.
#failure_reason ⇒ String
If the TranscriptionJobStatus
field is FAILED
, a description of the
error.
#language_code ⇒ String
The language of the transcript in the source audio file.
Possible values:
- af-ZA
- ar-AE
- ar-SA
- cy-GB
- 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
- ga-IE
- gd-GB
- 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
#medical_transcription_job_name ⇒ String
The name of a medical transcription job.
#output_location_type ⇒ String
Indicates the location of the transcription job\'s output.
The CUSTOMER_BUCKET
is the S3 location provided in the
OutputBucketName
field when the
Possible values:
- CUSTOMER_BUCKET
- SERVICE_BUCKET
#specialty ⇒ String
The medical specialty of the transcription job. Primary care
is the
only valid value.
Possible values:
- PRIMARYCARE
#start_time ⇒ Time
A timestamp that shows when the job began processing.
#transcription_job_status ⇒ String
The status of the medical transcription job.
Possible values:
- QUEUED
- IN_PROGRESS
- FAILED
- COMPLETED
#type ⇒ String
The speech of the clinician in the input audio.
Possible values:
- CONVERSATION
- DICTATION