Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AudioSource
-
Packages that use AudioSource Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AudioSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AudioSource Modifier and Type Method Description static AudioSourceAudioSource. fromBytes(SdkBytes bytes)Create 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.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 AudioSource Modifier and Type Method Description AudioBlock.BuilderAudioBlock.Builder. source(AudioSource source)The source of the audio data, which can be provided as raw bytes or an S3 location.
-