Interface CfnKnowledgeBasePropsMixin.AudioConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.AudioConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.AudioConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
AudioConfigurationProperty audioConfigurationProperty = AudioConfigurationProperty.builder()
.segmentationConfiguration(AudioSegmentationConfigurationProperty.builder()
.fixedLengthDuration(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBasePropsMixin.AudioConfigurationPropertystatic final classAn implementation forCfnKnowledgeBasePropsMixin.AudioConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSegmentationConfiguration
Configuration for segmenting audio content during processing.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.AudioSegmentationConfigurationProperty- See Also:
-
builder
-