Class: Aws::BedrockAgent::Types::VideoConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::VideoConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Configuration settings for processing video content in multimodal knowledge bases.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segmentation_configuration ⇒ Types::VideoSegmentationConfiguration
Configuration for segmenting video content during processing.
Instance Attribute Details
#segmentation_configuration ⇒ Types::VideoSegmentationConfiguration
Configuration for segmenting video content during processing.
11670 11671 11672 11673 11674 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11670 class VideoConfiguration < Struct.new( :segmentation_configuration) SENSITIVE = [] include Aws::Structure end |