Module: Aws::TranscribeStreamingService::AsyncClient::_StartMedicalStreamTranscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartMedicalStreamTranscriptionResponse]
- Defined in:
- sig/async_client.rbs
Instance Method Summary collapse
- #content_identification_type ⇒ "PHI"
- #enable_channel_identification ⇒ Boolean
- #language_code ⇒ "en-US", ...
- #media_encoding ⇒ "pcm", ...
- #media_sample_rate_hertz ⇒ ::Integer
- #number_of_channels ⇒ ::Integer
- #request_id ⇒ ::String
- #session_id ⇒ ::String
- #show_speaker_label ⇒ Boolean
- #specialty ⇒ "PRIMARYCARE", ...
- #transcript_result_stream ⇒ Types::MedicalTranscriptResultStream
- #type ⇒ "CONVERSATION", "DICTATION"
- #vocabulary_name ⇒ ::String
Instance Method Details
#content_identification_type ⇒ "PHI"
152 |
# File 'sig/async_client.rbs', line 152
def content_identification_type: () -> ("PHI")
|
#enable_channel_identification ⇒ Boolean
150 |
# File 'sig/async_client.rbs', line 150
def enable_channel_identification: () -> bool
|
#language_code ⇒ "en-US", ...
141 |
# File 'sig/async_client.rbs', line 141
def language_code: () -> ("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")
|
#media_encoding ⇒ "pcm", ...
143 |
# File 'sig/async_client.rbs', line 143
def media_encoding: () -> ("pcm" | "ogg-opus" | "flac")
|
#media_sample_rate_hertz ⇒ ::Integer
142 |
# File 'sig/async_client.rbs', line 142
def media_sample_rate_hertz: () -> ::Integer
|
#number_of_channels ⇒ ::Integer
151 |
# File 'sig/async_client.rbs', line 151
def number_of_channels: () -> ::Integer
|
#request_id ⇒ ::String
140 |
# File 'sig/async_client.rbs', line 140
def request_id: () -> ::String
|
#session_id ⇒ ::String
148 |
# File 'sig/async_client.rbs', line 148
def session_id: () -> ::String
|
#show_speaker_label ⇒ Boolean
147 |
# File 'sig/async_client.rbs', line 147
def show_speaker_label: () -> bool
|
#specialty ⇒ "PRIMARYCARE", ...
145 |
# File 'sig/async_client.rbs', line 145
def specialty: () -> ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY")
|
#transcript_result_stream ⇒ Types::MedicalTranscriptResultStream
149 |
# File 'sig/async_client.rbs', line 149
def transcript_result_stream: () -> Types::MedicalTranscriptResultStream
|
#type ⇒ "CONVERSATION", "DICTATION"
146 |
# File 'sig/async_client.rbs', line 146
def type: () -> ("CONVERSATION" | "DICTATION")
|
#vocabulary_name ⇒ ::String
144 |
# File 'sig/async_client.rbs', line 144
def vocabulary_name: () -> ::String
|