Class: Aws::BedrockDataAutomation::Types::TranscriptConfiguration

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

Overview

Configuration for transcript related features

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_labelingTypes::ChannelLabelingConfiguration

Channel labeling configuration



1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1402

class TranscriptConfiguration < Struct.new(
  :speaker_labeling,
  :channel_labeling)
  SENSITIVE = []
  include Aws::Structure
end

#speaker_labelingTypes::SpeakerLabelingConfiguration

Speaker labeling configuration



1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1402

class TranscriptConfiguration < Struct.new(
  :speaker_labeling,
  :channel_labeling)
  SENSITIVE = []
  include Aws::Structure
end