Class: Aws::LexModelsV2::Types::UnifiedSpeechSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#speech_foundation_modelTypes::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