Class: Aws::BedrockAgent::Types::VideoSegmentationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::VideoSegmentationConfiguration
- 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
-
#fixed_length_duration ⇒ Integer
The duration in seconds for each video segment.
Instance Attribute Details
#fixed_length_duration ⇒ Integer
The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.
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 |