Class: Aws::LexModelsV2::Types::SpeechModelConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Configuration settings that define which speech-to-text model to use for processing speech input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deepgram_configTypes::DeepgramSpeechModelConfig

Configuration settings for using Deepgram as the speech-to-text provider.



13178
13179
13180
13181
13182
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13178

class SpeechModelConfig < Struct.new(
  :deepgram_config)
  SENSITIVE = []
  include Aws::Structure
end