Class: Aws::Types::MedicalTranscriptionSetting
- Inherits:
-
Object
- Object
- Aws::Types::MedicalTranscriptionSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_identification ⇒ Boolean
Returns the value of attribute channel_identification.
-
#max_alternatives ⇒ ::Integer
Returns the value of attribute max_alternatives.
-
#max_speaker_labels ⇒ ::Integer
Returns the value of attribute max_speaker_labels.
-
#show_alternatives ⇒ Boolean
Returns the value of attribute show_alternatives.
-
#show_speaker_labels ⇒ Boolean
Returns the value of attribute show_speaker_labels.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#channel_identification ⇒ Boolean
Returns the value of attribute channel_identification.
675 676 677 |
# File 'sig/types.rbs', line 675 def channel_identification @channel_identification end |
#max_alternatives ⇒ ::Integer
Returns the value of attribute max_alternatives.
677 678 679 |
# File 'sig/types.rbs', line 677 def max_alternatives @max_alternatives end |
#max_speaker_labels ⇒ ::Integer
Returns the value of attribute max_speaker_labels.
674 675 676 |
# File 'sig/types.rbs', line 674 def max_speaker_labels @max_speaker_labels end |
#show_alternatives ⇒ Boolean
Returns the value of attribute show_alternatives.
676 677 678 |
# File 'sig/types.rbs', line 676 def show_alternatives @show_alternatives end |
#show_speaker_labels ⇒ Boolean
Returns the value of attribute show_speaker_labels.
673 674 675 |
# File 'sig/types.rbs', line 673 def show_speaker_labels @show_speaker_labels end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
678 679 680 |
# File 'sig/types.rbs', line 678 def vocabulary_name @vocabulary_name end |