Class: Aws::Types::MedicalTranscriptionJob

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



640
641
642
# File 'sig/types.rbs', line 640

def language_code
  @language_code
end

#mediaTypes::Media

Returns the value of attribute media.

Returns:



643
644
645
# File 'sig/types.rbs', line 643

def media
  @media
end

#media_format"mp3", ...

Returns the value of attribute media_format.

Returns:



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.

Returns:



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.

Returns:



638
639
640
# File 'sig/types.rbs', line 638

def medical_transcription_job_name
  @medical_transcription_job_name
end

#settingsTypes::MedicalTranscriptionSetting

Returns the value of attribute settings.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def settings
  @settings
end

#specialty"PRIMARYCARE"

Returns the value of attribute specialty.

Returns:



651
652
653
# File 'sig/types.rbs', line 651

def specialty
  @specialty
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



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.

Returns:



653
654
655
# File 'sig/types.rbs', line 653

def tags
  @tags
end

#transcriptTypes::MedicalTranscript

Returns the value of attribute transcript.

Returns:



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.

Returns:



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.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def type
  @type
end