Class: Aws::Types::StartMedicalScribeStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartMedicalScribeStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#result_stream ⇒ Types::MedicalScribeResultStream
Returns the value of attribute result_stream.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
404 405 406 |
# File 'sig/types.rbs', line 404 def language_code @language_code end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
406 407 408 |
# File 'sig/types.rbs', line 406 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
405 406 407 |
# File 'sig/types.rbs', line 405 def media_sample_rate_hertz @media_sample_rate_hertz end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
403 404 405 |
# File 'sig/types.rbs', line 403 def request_id @request_id end |
#result_stream ⇒ Types::MedicalScribeResultStream
Returns the value of attribute result_stream.
407 408 409 |
# File 'sig/types.rbs', line 407 def result_stream @result_stream end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def session_id @session_id end |