Class: Aws::LexModelsV2::Types::UnifiedSpeechSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UnifiedSpeechSettings
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Unified configuration settings that combine speech recognition and synthesis capabilities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speech_foundation_model ⇒ Types::SpeechFoundationModel
The foundation model configuration to use for unified speech processing capabilities.
Instance Attribute Details
#speech_foundation_model ⇒ Types::SpeechFoundationModel
The foundation model configuration to use for unified speech processing capabilities.
14508 14509 14510 14511 14512 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14508 class UnifiedSpeechSettings < Struct.new( :speech_foundation_model) SENSITIVE = [] include Aws::Structure end |