Class: Aws::Types::StartMedicalStreamTranscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_streamTypes::AudioStream

Returns the value of attribute audio_stream.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def audio_stream
  @audio_stream
end

#content_identification_type"PHI"

Returns the value of attribute content_identification_type.

Returns:

  • ("PHI")


423
424
425
# File 'sig/types.rbs', line 423

def content_identification_type
  @content_identification_type
end

#enable_channel_identificationBoolean

Returns the value of attribute enable_channel_identification.

Returns:

  • (Boolean)


421
422
423
# File 'sig/types.rbs', line 421

def enable_channel_identification
  @enable_channel_identification
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR", "zh-CN", "th-TH", "es-ES", "ar-SA", "pt-PT", "ca-ES", "ar-AE", "hi-IN", "zh-HK", "nl-NL", "no-NO", "sv-SE", "pl-PL", "fi-FI", "zh-TW", "en-IN", "en-IE", "en-NZ", "en-AB", "en-ZA", "en-WL", "de-CH", "af-ZA", "eu-ES", "hr-HR", "cs-CZ", "da-DK", "fa-IR", "gl-ES", "el-GR", "he-IL", "id-ID", "lv-LV", "ms-MY", "ro-RO", "ru-RU", "sr-RS", "sk-SK", "so-SO", "tl-PH", "uk-UA", "vi-VN", "zu-ZA", "am-ET", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ckb-IQ", "ckb-IR", "cy-WL", "es-MX", "et-ET", "fa-AF", "gu-IN", "ht-HT", "hu-HU", "hy-AM", "is-IS", "jv-ID", "ka-GE", "kab-DZ", "kk-KZ", "km-KH", "kn-IN", "lg-IN", "lt-LT", "mk-MK", "ml-IN", "mr-IN", "my-MM", "ne-NP", "or-IN", "pa-IN", "ps-AF", "si-LK", "sl-SI", "sq-AL", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "ta-IN", "te-IN", "tr-TR", "uz-UZ")


412
413
414
# File 'sig/types.rbs', line 412

def language_code
  @language_code
end

#media_encoding"pcm", ...

Returns the value of attribute media_encoding.

Returns:

  • ("pcm", "ogg-opus", "flac", "g711-alaw", "g711-ulaw", "g729")


414
415
416
# File 'sig/types.rbs', line 414

def media_encoding
  @media_encoding
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


413
414
415
# File 'sig/types.rbs', line 413

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#number_of_channels::Integer

Returns the value of attribute number_of_channels.

Returns:

  • (::Integer)


422
423
424
# File 'sig/types.rbs', line 422

def number_of_channels
  @number_of_channels
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def session_id
  @session_id
end

#show_speaker_labelBoolean

Returns the value of attribute show_speaker_label.

Returns:

  • (Boolean)


418
419
420
# File 'sig/types.rbs', line 418

def show_speaker_label
  @show_speaker_label
end

#specialty"PRIMARYCARE", ...

Returns the value of attribute specialty.

Returns:

  • ("PRIMARYCARE", "CARDIOLOGY", "NEUROLOGY", "ONCOLOGY", "RADIOLOGY", "UROLOGY")


416
417
418
# File 'sig/types.rbs', line 416

def specialty
  @specialty
end

#type"CONVERSATION", "DICTATION"

Returns the value of attribute type.

Returns:

  • ("CONVERSATION", "DICTATION")


417
418
419
# File 'sig/types.rbs', line 417

def type
  @type
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def vocabulary_name
  @vocabulary_name
end