Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
ContentDelta
Audio
Interface Audio
interface
Audio
{
channels
?:
number
;
data
?:
string
;
mime_type
?:
|
"audio/mpeg"
|
"audio/ogg"
|
"audio/wav"
|
"audio/aac"
|
"audio/opus"
|
"audio/mp3"
|
"audio/aiff"
|
"audio/flac"
|
"audio/m4a"
|
"audio/l16"
|
"audio/alaw"
|
"audio/mulaw"
;
rate
?:
number
;
type
:
"audio"
;
uri
?:
string
;
}
Index
Properties
channels?
data?
mime_
type?
rate?
type
uri?
Properties
Optional
channels
channels
?:
number
The number of audio channels.
Optional
data
data
?:
string
Optional
mime_
type
mime_type
?:
|
"audio/mpeg"
|
"audio/ogg"
|
"audio/wav"
|
"audio/aac"
|
"audio/opus"
|
"audio/mp3"
|
"audio/aiff"
|
"audio/flac"
|
"audio/m4a"
|
"audio/l16"
|
"audio/alaw"
|
"audio/mulaw"
Optional
rate
rate
?:
number
The sample rate of the audio.
type
type
:
"audio"
Optional
uri
uri
?:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
channels
data
mime_
type
rate
type
uri
@google/genai
Loading...
The number of audio channels.