Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty

Configuration for segmenting video content during multimodal knowledge base ingestion.

Inheritance
object
CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty
Implements
CfnKnowledgeBasePropsMixin.IVideoSegmentationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-videosegmentationconfiguration.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-videosegmentationconfiguration.html

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

double?

Remarks

Video files will be divided into chunks of this length for processing.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-videosegmentationconfiguration.html#cfn-bedrock-knowledgebase-videosegmentationconfiguration-fixedlengthduration

Implements

CfnKnowledgeBasePropsMixin.IVideoSegmentationConfigurationProperty
Back to top Generated by DocFX