Class: Aws::LexModelsV2::Types::SpeechRecognitionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SpeechRecognitionSettings
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Settings that control how Amazon Lex processes and recognizes speech input from users.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speech_model_config ⇒ Types::SpeechModelConfig
Configuration settings for the selected speech-to-text model.
-
#speech_model_preference ⇒ String
The speech-to-text model to use.
Instance Attribute Details
#speech_model_config ⇒ Types::SpeechModelConfig
Configuration settings for the selected speech-to-text model.
13197 13198 13199 13200 13201 13202 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13197 class SpeechRecognitionSettings < Struct.new( :speech_model_preference, :speech_model_config) SENSITIVE = [] include Aws::Structure end |
#speech_model_preference ⇒ String
The speech-to-text model to use.
13197 13198 13199 13200 13201 13202 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13197 class SpeechRecognitionSettings < Struct.new( :speech_model_preference, :speech_model_config) SENSITIVE = [] include Aws::Structure end |