Class: Aws::Types::MedicalScribeSettings
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_identification ⇒ Boolean
Returns the value of attribute channel_identification.
-
#clinical_note_generation_settings ⇒ Types::ClinicalNoteGenerationSettings
Returns the value of attribute clinical_note_generation_settings.
-
#max_speaker_labels ⇒ ::Integer
Returns the value of attribute max_speaker_labels.
-
#show_speaker_labels ⇒ Boolean
Returns the value of attribute show_speaker_labels.
-
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
-
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#channel_identification ⇒ Boolean
Returns the value of attribute channel_identification.
624 625 626 |
# File 'sig/types.rbs', line 624 def channel_identification @channel_identification end |
#clinical_note_generation_settings ⇒ Types::ClinicalNoteGenerationSettings
Returns the value of attribute clinical_note_generation_settings.
628 629 630 |
# File 'sig/types.rbs', line 628 def clinical_note_generation_settings @clinical_note_generation_settings end |
#max_speaker_labels ⇒ ::Integer
Returns the value of attribute max_speaker_labels.
623 624 625 |
# File 'sig/types.rbs', line 623 def max_speaker_labels @max_speaker_labels end |
#show_speaker_labels ⇒ Boolean
Returns the value of attribute show_speaker_labels.
622 623 624 |
# File 'sig/types.rbs', line 622 def show_speaker_labels @show_speaker_labels end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
627 628 629 |
# File 'sig/types.rbs', line 627 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
626 627 628 |
# File 'sig/types.rbs', line 626 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
625 626 627 |
# File 'sig/types.rbs', line 625 def vocabulary_name @vocabulary_name end |