Class CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty
Configuration for segmenting video content during multimodal knowledge base ingestion.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty : CfnKnowledgeBasePropsMixin.IVideoSegmentationConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IVideoSegmentationConfigurationProperty
Remarks
Determines how video files are divided into chunks for processing.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var videoSegmentationConfigurationProperty = new VideoSegmentationConfigurationProperty {
FixedLengthDuration = 123
};
Synopsis
Constructors
| VideoSegmentationConfigurationProperty() | Configuration for segmenting video content during multimodal knowledge base ingestion. |
Properties
| FixedLengthDuration | The duration in seconds for each video segment. |
Constructors
VideoSegmentationConfigurationProperty()
Configuration for segmenting video content during multimodal knowledge base ingestion.
public VideoSegmentationConfigurationProperty()
Remarks
Determines how video files are divided into chunks for processing.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var videoSegmentationConfigurationProperty = new VideoSegmentationConfigurationProperty {
FixedLengthDuration = 123
};
Properties
FixedLengthDuration
The duration in seconds for each video segment.
public double? FixedLengthDuration { get; set; }
Property Value
Remarks
Video files will be divided into chunks of this length for processing.