Class: Aws::Types::Settings
- Inherits:
-
Object
- Object
- Aws::Types::Settings
- 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_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.
741 742 743 |
# File 'sig/types.rbs', line 741 def channel_identification @channel_identification end |
#max_alternatives ⇒ ::Integer
Returns the value of attribute max_alternatives.
743 744 745 |
# File 'sig/types.rbs', line 743 def max_alternatives @max_alternatives end |
#max_speaker_labels ⇒ ::Integer
Returns the value of attribute max_speaker_labels.
740 741 742 |
# File 'sig/types.rbs', line 740 def max_speaker_labels @max_speaker_labels end |
#show_alternatives ⇒ Boolean
Returns the value of attribute show_alternatives.
742 743 744 |
# File 'sig/types.rbs', line 742 def show_alternatives @show_alternatives end |
#show_speaker_labels ⇒ Boolean
Returns the value of attribute show_speaker_labels.
739 740 741 |
# File 'sig/types.rbs', line 739 def show_speaker_labels @show_speaker_labels end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
745 746 747 |
# File 'sig/types.rbs', line 745 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
744 745 746 |
# File 'sig/types.rbs', line 744 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
738 739 740 |
# File 'sig/types.rbs', line 738 def vocabulary_name @vocabulary_name end |