Class: Aws::Types::StartMedicalStreamTranscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMedicalStreamTranscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_stream ⇒ Types::AudioStream
Returns the value of attribute audio_stream.
-
#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.
-
#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.
-
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#audio_stream ⇒ Types::AudioStream
Returns the value of attribute audio_stream.
420 421 422 |
# File 'sig/types.rbs', line 420 def audio_stream @audio_stream end |
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
423 424 425 |
# File 'sig/types.rbs', line 423 def content_identification_type @content_identification_type end |
#enable_channel_identification ⇒ Boolean
Returns the value of attribute enable_channel_identification.
421 422 423 |
# File 'sig/types.rbs', line 421 def enable_channel_identification @enable_channel_identification end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
412 413 414 |
# File 'sig/types.rbs', line 412 def language_code @language_code end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
414 415 416 |
# File 'sig/types.rbs', line 414 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
413 414 415 |
# File 'sig/types.rbs', line 413 def media_sample_rate_hertz @media_sample_rate_hertz end |
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
422 423 424 |
# File 'sig/types.rbs', line 422 def number_of_channels @number_of_channels end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def session_id @session_id end |
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
418 419 420 |
# File 'sig/types.rbs', line 418 def show_speaker_label @show_speaker_label end |
#specialty ⇒ "PRIMARYCARE", ...
Returns the value of attribute specialty.
416 417 418 |
# File 'sig/types.rbs', line 416 def specialty @specialty end |
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
417 418 419 |
# File 'sig/types.rbs', line 417 def type @type end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def vocabulary_name @vocabulary_name end |