Class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty
Configuration settings for processing video content in multimodal knowledge bases.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty : CfnKnowledgeBasePropsMixin.IVideoConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IVideoConfigurationProperty
Remarks
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 videoConfigurationProperty = new VideoConfigurationProperty {
SegmentationConfiguration = new VideoSegmentationConfigurationProperty {
FixedLengthDuration = 123
}
};
Synopsis
Constructors
| VideoConfigurationProperty() | Configuration settings for processing video content in multimodal knowledge bases. |
Properties
| SegmentationConfiguration | Configuration for segmenting video content during processing. |
Constructors
VideoConfigurationProperty()
Configuration settings for processing video content in multimodal knowledge bases.
public VideoConfigurationProperty()
Remarks
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 videoConfigurationProperty = new VideoConfigurationProperty {
SegmentationConfiguration = new VideoSegmentationConfigurationProperty {
FixedLengthDuration = 123
}
};
Properties
SegmentationConfiguration
Configuration for segmenting video content during processing.
public object? SegmentationConfiguration { get; set; }