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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#speech_model_configTypes::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_preferenceString

The speech-to-text model to use.

Returns:

  • (String)


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