Class: Aws::BedrockDataAutomation::Types::AudioStandardOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::AudioStandardOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Output Configuration of Audio
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extraction ⇒ Types::AudioStandardExtraction
Standard Extraction Configuration of Audio.
-
#generative_field ⇒ Types::AudioStandardGenerativeField
Standard Generative Field Configuration of Audio.
Instance Attribute Details
#extraction ⇒ Types::AudioStandardExtraction
Standard Extraction Configuration of Audio
159 160 161 162 163 164 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 159 class AudioStandardOutputConfiguration < Struct.new( :extraction, :generative_field) SENSITIVE = [] include Aws::Structure end |
#generative_field ⇒ Types::AudioStandardGenerativeField
Standard Generative Field Configuration of Audio
159 160 161 162 163 164 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 159 class AudioStandardOutputConfiguration < Struct.new( :extraction, :generative_field) SENSITIVE = [] include Aws::Structure end |