Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.AudioSegment.Builder
Packages that use AudioSegment.Builder
-
Uses of AudioSegment.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return AudioSegment.BuilderModifier and TypeMethodDescriptionstatic AudioSegment.BuilderAudioSegment.builder()The S3 URI where this specific audio segment is stored in the multimodal storage destination.AudioSegment.toBuilder()AudioSegment.Builder.transcription(String transcription) The text transcription of the audio segment content.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type AudioSegment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AudioSegment.Builder>AudioSegment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type AudioSegment.BuilderModifier and TypeMethodDescriptiondefault RetrievalResultContent.BuilderRetrievalResultContent.Builder.audio(Consumer<AudioSegment.Builder> audio) Audio segment information when the retrieval result contains audio content.