Class: Aws::Types::StartMedicalTranscriptionJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_identification_type"PHI"

Returns the value of attribute content_identification_type.

Returns:

  • ("PHI")


796
797
798
# File 'sig/types.rbs', line 796

def content_identification_type
  @content_identification_type
end

#kms_encryption_context::Hash[::String, ::String]

Returns the value of attribute kms_encryption_context.

Returns:

  • (::Hash[::String, ::String])


794
795
796
# File 'sig/types.rbs', line 794

def kms_encryption_context
  @kms_encryption_context
end

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:

  • ("af-ZA", "ar-AE", "ar-SA", "am-ET", "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-MX", "es-US", "fa-AF", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "ht-HT", "id-ID", "it-IT", "ja-JP", "jv-ID", "km-KH", "ko-KR", "my-MM", "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", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-EE", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "ne-NP", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zh-HK", "zu-ZA")


787
788
789
# File 'sig/types.rbs', line 787

def language_code
  @language_code
end

#mediaTypes::Media

Returns the value of attribute media.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def media
  @media
end

#media_format"mp3", ...

Returns the value of attribute media_format.

Returns:

  • ("mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a")


789
790
791
# File 'sig/types.rbs', line 789

def media_format
  @media_format
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


788
789
790
# File 'sig/types.rbs', line 788

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:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def medical_transcription_job_name
  @medical_transcription_job_name
end

#output_bucket_name::String

Returns the value of attribute output_bucket_name.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def output_bucket_name
  @output_bucket_name
end

#output_encryption_kms_key_id::String

Returns the value of attribute output_encryption_kms_key_id.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def output_encryption_kms_key_id
  @output_encryption_kms_key_id
end

#output_key::String

Returns the value of attribute output_key.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def output_key
  @output_key
end

#settingsTypes::MedicalTranscriptionSetting

Returns the value of attribute settings.



795
796
797
# File 'sig/types.rbs', line 795

def settings
  @settings
end

#specialty"PRIMARYCARE"

Returns the value of attribute specialty.

Returns:

  • ("PRIMARYCARE")


797
798
799
# File 'sig/types.rbs', line 797

def specialty
  @specialty
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



799
800
801
# File 'sig/types.rbs', line 799

def tags
  @tags
end

#type"CONVERSATION", "DICTATION"

Returns the value of attribute type.

Returns:

  • ("CONVERSATION", "DICTATION")


798
799
800
# File 'sig/types.rbs', line 798

def type
  @type
end