Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.AudioFormat
Packages that use AudioFormat
-
Uses of AudioFormat in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AudioFormatModifier and TypeMethodDescriptionfinal AudioFormatAudioBlock.format()The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.static AudioFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioFormatReturns the enum constant of this type with the specified name.static AudioFormat[]AudioFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AudioFormatMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AudioFormatModifier and TypeMethodDescriptionAudioBlock.Builder.format(AudioFormat format) The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.