interface VideoConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnKnowledgeBasePropsMixin.VideoConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnKnowledgeBasePropsMixin_VideoConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.VideoConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnKnowledgeBasePropsMixin.VideoConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnKnowledgeBasePropsMixin » 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/cfn-property-mixins';
const videoConfigurationProperty: bedrock.CfnKnowledgeBasePropsMixin.VideoConfigurationProperty = {
segmentationConfiguration: {
fixedLengthDuration: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| segmentation | IResolvable | Video | Configuration for segmenting video content during processing. |
segmentationConfiguration?
Type:
IResolvable | Video
(optional)
Configuration for segmenting video content during processing.

.NET
Go
Java
Python
TypeScript