Class: Aws::LexModelsV2::Types::SpeechModelConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SpeechModelConfig
- 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
-
#deepgram_config ⇒ Types::DeepgramSpeechModelConfig
Configuration settings for using Deepgram as the speech-to-text provider.
Instance Attribute Details
#deepgram_config ⇒ Types::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 |