Interface AudioSegmentationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioSegmentationConfiguration.Builder,,AudioSegmentationConfiguration> SdkBuilder<AudioSegmentationConfiguration.Builder,,AudioSegmentationConfiguration> SdkPojo
- Enclosing class:
AudioSegmentationConfiguration
@Mutable
@NotThreadSafe
public static interface AudioSegmentationConfiguration.Builder
extends SdkPojo, CopyableBuilder<AudioSegmentationConfiguration.Builder,AudioSegmentationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionfixedLengthDuration(Integer fixedLengthDuration) The duration in seconds for each audio segment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fixedLengthDuration
The duration in seconds for each audio segment. Audio files will be divided into chunks of this length for processing.
- Parameters:
fixedLengthDuration- The duration in seconds for each audio segment. Audio files will be divided into chunks of this length for processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-