Class CfnKnowledgeBasePropsMixin.AudioConfigurationProperty
Configuration settings for processing audio 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.AudioConfigurationProperty : CfnKnowledgeBasePropsMixin.IAudioConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.AudioConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IAudioConfigurationProperty
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 audioConfigurationProperty = new AudioConfigurationProperty {
SegmentationConfiguration = new AudioSegmentationConfigurationProperty {
FixedLengthDuration = 123
}
};
Synopsis
Constructors
| AudioConfigurationProperty() | Configuration settings for processing audio content in multimodal knowledge bases. |
Properties
| SegmentationConfiguration | Configuration for segmenting audio content during processing. |
Constructors
AudioConfigurationProperty()
Configuration settings for processing audio content in multimodal knowledge bases.
public AudioConfigurationProperty()
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 audioConfigurationProperty = new AudioConfigurationProperty {
SegmentationConfiguration = new AudioSegmentationConfigurationProperty {
FixedLengthDuration = 123
}
};
Properties
SegmentationConfiguration
Configuration for segmenting audio content during processing.
public object? SegmentationConfiguration { get; set; }