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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBase.AudioSegmentationConfigurationPropertystatic final classAn implementation forCfnKnowledgeBase.AudioSegmentationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFixedLengthDuration
The duration in seconds for each audio segment.Audio files will be divided into chunks of this length for processing.
- See Also:
-
builder
-