Class: Aws::Types::StartMedicalScribeStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMedicalScribeStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_stream ⇒ Types::MedicalScribeInputStream
Returns the value of attribute input_stream.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
-
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#input_stream ⇒ Types::MedicalScribeInputStream
Returns the value of attribute input_stream.
397 398 399 |
# File 'sig/types.rbs', line 397 def input_stream @input_stream end |
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
394 395 396 |
# File 'sig/types.rbs', line 394 def language_code @language_code end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
396 397 398 |
# File 'sig/types.rbs', line 396 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
395 396 397 |
# File 'sig/types.rbs', line 395 def media_sample_rate_hertz @media_sample_rate_hertz end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
393 394 395 |
# File 'sig/types.rbs', line 393 def session_id @session_id end |