Class: Aws::Types::StartMedicalStreamTranscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartMedicalStreamTranscriptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
-
#enable_channel_identification ⇒ Boolean
Returns the value of attribute enable_channel_identification.
-
#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.
-
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
-
#specialty ⇒ "PRIMARYCARE", ...
Returns the value of attribute specialty.
-
#transcript_result_stream ⇒ Types::MedicalTranscriptResultStream
Returns the value of attribute transcript_result_stream.
-
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
440 441 442 |
# File 'sig/types.rbs', line 440 def content_identification_type @content_identification_type end |
#enable_channel_identification ⇒ Boolean
Returns the value of attribute enable_channel_identification.
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.
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.
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.
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.
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.
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.
436 437 438 |
# File 'sig/types.rbs', line 436 def session_id @session_id end |
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
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.
433 434 435 |
# File 'sig/types.rbs', line 433 def specialty @specialty end |
#transcript_result_stream ⇒ Types::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.
434 435 436 |
# File 'sig/types.rbs', line 434 def type @type end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
432 433 434 |
# File 'sig/types.rbs', line 432 def vocabulary_name @vocabulary_name end |