Class: Aws::LexModelsV2::Types::SpeechModelConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SpeechModelConfig
- Includes:
- Structure
- Defined in:
- 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.
13433 13434 13435 13436 13437 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13433 class SpeechModelConfig < Struct.new( :deepgram_config) SENSITIVE = [] include Aws::Structure end |