Interface CfnKnowledgeBase.AudioSegmentationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnKnowledgeBase.AudioSegmentationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnKnowledgeBase

@Stability(Stable) public static interface CfnKnowledgeBase.AudioSegmentationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for segmenting audio content during multimodal knowledge base ingestion.

Determines how audio files are divided into chunks for processing.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 AudioSegmentationConfigurationProperty audioSegmentationConfigurationProperty = AudioSegmentationConfigurationProperty.builder()
         .fixedLengthDuration(123)
         .build();
 

See Also: