Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.AudioSegment.Builder
-
Packages that use AudioSegment.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of AudioSegment.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return AudioSegment.Builder Modifier and Type Method Description static AudioSegment.BuilderAudioSegment. builder()AudioSegment.BuilderAudioSegment.Builder. s3Uri(String s3Uri)The S3 URI where this specific audio segment is stored in the multimodal storage destination.AudioSegment.BuilderAudioSegment. toBuilder()AudioSegment.BuilderAudioSegment.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.Builder Modifier and Type Method Description static Class<? extends AudioSegment.Builder>AudioSegment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type AudioSegment.Builder Modifier and Type Method Description default RetrievalResultContent.BuilderRetrievalResultContent.Builder. audio(Consumer<AudioSegment.Builder> audio)Audio segment information when the retrieval result contains audio content.
-