Class: Aws::Types::StartMedicalStreamTranscriptionResponse

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")


440
441
442
# File 'sig/types.rbs', line 440

def content_identification_type
  @content_identification_type
end

#enable_channel_identificationBoolean

Returns the value of attribute enable_channel_identification.

Returns:

  • (Boolean)


438
439
440
# File 'sig/types.rbs', line 438

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")


429
430
431
# File 'sig/types.rbs', line 429

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")


431
432
433
# File 'sig/types.rbs', line 431

def media_encoding
  @media_encoding
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


430
431
432
# File 'sig/types.rbs', line 430

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#number_of_channels::Integer

Returns the value of attribute number_of_channels.

Returns:

  • (::Integer)


439
440
441
# File 'sig/types.rbs', line 439

def number_of_channels
  @number_of_channels
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def request_id
  @request_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def session_id
  @session_id
end

#show_speaker_labelBoolean

Returns the value of attribute show_speaker_label.

Returns:

  • (Boolean)


435
436
437
# File 'sig/types.rbs', line 435

def show_speaker_label
  @show_speaker_label
end

#specialty"PRIMARYCARE", ...

Returns the value of attribute specialty.

Returns:

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


433
434
435
# File 'sig/types.rbs', line 433

def specialty
  @specialty
end

#transcript_result_streamTypes::MedicalTranscriptResultStream

Returns the value of attribute transcript_result_stream.



437
438
439
# File 'sig/types.rbs', line 437

def transcript_result_stream
  @transcript_result_stream
end

#type"CONVERSATION", "DICTATION"

Returns the value of attribute type.

Returns:

  • ("CONVERSATION", "DICTATION")


434
435
436
# File 'sig/types.rbs', line 434

def type
  @type
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def vocabulary_name
  @vocabulary_name
end