Class: Aws::Types::SpeechRecognitionSettings
- Inherits:
-
Object
- Object
- Aws::Types::SpeechRecognitionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#speech_model_config ⇒ Types::SpeechModelConfig
Returns the value of attribute speech_model_config.
-
#speech_model_preference ⇒ "Standard", ...
Returns the value of attribute speech_model_preference.
Instance Attribute Details
#speech_model_config ⇒ Types::SpeechModelConfig
Returns the value of attribute speech_model_config.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def speech_model_config @speech_model_config end |
#speech_model_preference ⇒ "Standard", ...
Returns the value of attribute speech_model_preference.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def speech_model_preference @speech_model_preference end |