Class: Aws::BedrockAgent::Types::VideoSegmentationConfiguration

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

Overview

Configuration for segmenting video content during multimodal knowledge base ingestion. Determines how video files are divided into chunks for processing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_length_durationInteger

The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.

Returns:

  • (Integer)


11687
11688
11689
11690
11691
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11687

class VideoSegmentationConfiguration < Struct.new(
  :fixed_length_duration)
  SENSITIVE = []
  include Aws::Structure
end