Class: Aws::LexModelsV2::Types::UnifiedSpeechSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UnifiedSpeechSettings
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-lexmodelsv2/types.rb', line 14508 class UnifiedSpeechSettings < Struct.new( :speech_foundation_model) SENSITIVE = [] include Aws::Structure end |