Class: Aws::LexModelsV2::Types::SpeechRecognitionSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#speech_model_configTypes::SpeechModelConfig

Configuration settings for the selected speech-to-text model.



13530
13531
13532
13533
13534
13535
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13530

class SpeechRecognitionSettings < Struct.new(
  :speech_model_preference,
  :speech_model_config)
  SENSITIVE = []
  include Aws::Structure
end

#speech_model_preferenceString

The speech-to-text model to use.

Returns:

  • (String)


13530
13531
13532
13533
13534
13535
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13530

class SpeechRecognitionSettings < Struct.new(
  :speech_model_preference,
  :speech_model_config)
  SENSITIVE = []
  include Aws::Structure
end