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

.NET
Go
Java
Python
TypeScript