Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AudioSource
Packages that use AudioSource
-
Uses of AudioSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AudioSourceModifier and TypeMethodDescriptionstatic AudioSourceCreate an instance of this class withbytes()initialized to the given value.static AudioSourceAudioSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withs3Location()initialized to the given value.static AudioSourceAudioSource.fromS3Location(S3Location s3Location) Create an instance of this class withs3Location()initialized to the given value.final AudioSourceAudioBlock.source()The source of the audio data, which can be provided as raw bytes or an S3 location.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AudioSourceModifier and TypeMethodDescriptionAudioBlock.Builder.source(AudioSource source) The source of the audio data, which can be provided as raw bytes or an S3 location.