Uses of Class
com.google.genai.gaos.models.interactions.AudioResponseFormat
Packages that use AudioResponseFormat
-
Uses of AudioResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return AudioResponseFormatModifier and TypeMethodDescriptionAudioResponseFormat.Builder.build()AudioResponseFormat.withBitRate(Integer bitRate) Bit rate in bits per second (bps).AudioResponseFormat.withDelivery(AudioResponseFormatDelivery delivery) The delivery mode for the audio output.AudioResponseFormat.withMimeType(AudioResponseFormatMimeType mimeType) The MIME type of the audio output.AudioResponseFormat.withSampleRate(Integer sampleRate) Sample rate in Hz.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type AudioResponseFormatMethods in com.google.genai.gaos.models.interactions with parameters of type AudioResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormatResponseFormat.of(AudioResponseFormat value)