Class: Aws::Types::LanguageIdSettings
- Inherits:
-
Object
- Object
- Aws::Types::LanguageIdSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
-
#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
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
401 402 403 |
# File 'sig/types.rbs', line 401 def language_model_name @language_model_name end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
400 401 402 |
# File 'sig/types.rbs', line 400 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def vocabulary_name @vocabulary_name end |