interface VideoConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.CfnKnowledgeBase.VideoConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnKnowledgeBase_VideoConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.VideoConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnKnowledgeBase.VideoConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnKnowledgeBase » VideoConfigurationProperty |
Configuration settings for processing video content in multimodal knowledge bases.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const videoConfigurationProperty: bedrock.CfnKnowledgeBase.VideoConfigurationProperty = {
segmentationConfiguration: {
fixedLengthDuration: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| segmentation | IResolvable | Video | Configuration for segmenting video content during processing. |
segmentationConfiguration
Type:
IResolvable | Video
Configuration for segmenting video content during processing.

.NET
Go
Java
Python
TypeScript