Interface CfnKnowledgeBase.VideoSegmentationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnKnowledgeBase.VideoSegmentationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnKnowledgeBase

@Stability(Stable) public static interface CfnKnowledgeBase.VideoSegmentationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for segmenting video content during multimodal knowledge base ingestion.

Determines how video files are divided into chunks for processing.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 VideoSegmentationConfigurationProperty videoSegmentationConfigurationProperty = VideoSegmentationConfigurationProperty.builder()
         .fixedLengthDuration(123)
         .build();
 

See Also: