Class AudioResponseFormat.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.AudioResponseFormat.Builder
- Enclosing class:
- AudioResponseFormat
-
Method Summary
Modifier and TypeMethodDescriptionBit rate in bits per second (bps).build()delivery(AudioResponseFormatDelivery delivery) The delivery mode for the audio output.mimeType(AudioResponseFormatMimeType mimeType) The MIME type of the audio output.sampleRate(Integer sampleRate) Sample rate in Hz.
-
Method Details
-
bitRate
Bit rate in bits per second (bps). Only applicable for compressed formats (MP3, Opus). -
delivery
The delivery mode for the audio output. -
mimeType
The MIME type of the audio output. -
sampleRate
Sample rate in Hz. -
build
-