Uses of Class
com.google.genai.gaos.models.interactions.AudioResponseFormat.Builder
Packages that use AudioResponseFormat.Builder
-
Uses of AudioResponseFormat.Builder in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return AudioResponseFormat.BuilderModifier and TypeMethodDescriptionBit rate in bits per second (bps).static AudioResponseFormat.BuilderAudioResponseFormat.builder()AudioResponseFormat.Builder.delivery(AudioResponseFormatDelivery delivery) The delivery mode for the audio output.AudioResponseFormat.Builder.mimeType(AudioResponseFormatMimeType mimeType) The MIME type of the audio output.AudioResponseFormat.Builder.sampleRate(Integer sampleRate) Sample rate in Hz.