Class: Aws::BedrockDataAutomation::Types::AudioOverrideConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Override Configuration of Audio

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#language_configurationTypes::AudioLanguageConfiguration

Optional configuration for audio language settings



106
107
108
109
110
111
112
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 106

class AudioOverrideConfiguration < Struct.new(
  :modality_processing,
  :language_configuration,
  :sensitive_data_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#modality_processingTypes::ModalityProcessingConfiguration

Configuration to enable/disable processing of modality



106
107
108
109
110
111
112
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 106

class AudioOverrideConfiguration < Struct.new(
  :modality_processing,
  :language_configuration,
  :sensitive_data_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#sensitive_data_configurationTypes::SensitiveDataConfiguration

Configuration for sensitive data detection and redaction



106
107
108
109
110
111
112
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 106

class AudioOverrideConfiguration < Struct.new(
  :modality_processing,
  :language_configuration,
  :sensitive_data_configuration)
  SENSITIVE = []
  include Aws::Structure
end