Class: Aws::Types::MedicalTranscriptionJob
- Inherits:
-
Object
- Object
- Aws::Types::MedicalTranscriptionJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#media ⇒ Types::Media
Returns the value of attribute media.
-
#media_format ⇒ "mp3", ...
Returns the value of attribute media_format.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#medical_transcription_job_name ⇒ ::String
Returns the value of attribute medical_transcription_job_name.
-
#settings ⇒ Types::MedicalTranscriptionSetting
Returns the value of attribute settings.
-
#specialty ⇒ "PRIMARYCARE"
Returns the value of attribute specialty.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transcript ⇒ Types::MedicalTranscript
Returns the value of attribute transcript.
-
#transcription_job_status ⇒ "QUEUED", ...
Returns the value of attribute transcription_job_status.
-
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
647 648 649 |
# File 'sig/types.rbs', line 647 def completion_time @completion_time end |
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
650 651 652 |
# File 'sig/types.rbs', line 650 def content_identification_type @content_identification_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
646 647 648 |
# File 'sig/types.rbs', line 646 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
648 649 650 |
# File 'sig/types.rbs', line 648 def failure_reason @failure_reason end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
640 641 642 |
# File 'sig/types.rbs', line 640 def language_code @language_code end |
#media ⇒ Types::Media
Returns the value of attribute media.
643 644 645 |
# File 'sig/types.rbs', line 643 def media @media end |
#media_format ⇒ "mp3", ...
Returns the value of attribute media_format.
642 643 644 |
# File 'sig/types.rbs', line 642 def media_format @media_format end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
641 642 643 |
# File 'sig/types.rbs', line 641 def media_sample_rate_hertz @media_sample_rate_hertz end |
#medical_transcription_job_name ⇒ ::String
Returns the value of attribute medical_transcription_job_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def medical_transcription_job_name @medical_transcription_job_name end |
#settings ⇒ Types::MedicalTranscriptionSetting
Returns the value of attribute settings.
649 650 651 |
# File 'sig/types.rbs', line 649 def settings @settings end |
#specialty ⇒ "PRIMARYCARE"
Returns the value of attribute specialty.
651 652 653 |
# File 'sig/types.rbs', line 651 def specialty @specialty end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
653 654 655 |
# File 'sig/types.rbs', line 653 def end |
#transcript ⇒ Types::MedicalTranscript
Returns the value of attribute transcript.
644 645 646 |
# File 'sig/types.rbs', line 644 def transcript @transcript end |
#transcription_job_status ⇒ "QUEUED", ...
Returns the value of attribute transcription_job_status.
639 640 641 |
# File 'sig/types.rbs', line 639 def transcription_job_status @transcription_job_status end |
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
652 653 654 |
# File 'sig/types.rbs', line 652 def type @type end |