AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
SpeechGenerationParams
Speech
Generation
Params
class
SpeechGenerationParams
(
source
)
Since
0.3.0-beta01
Members
Properties
abort
Signal
Link copied to clipboard
val
abortSignal
:
AbortSignal
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
instructions
Link copied to clipboard
val
instructions
:
String
?
language
Link copied to clipboard
val
language
:
String
?
ISO 639-1 language code (e.g. "en") or "auto". Mirrors upstream's
language
.
provider
Options
Link copied to clipboard
val
providerOptions
:
ProviderOptions
response
Format
Link copied to clipboard
val
responseFormat
:
String
?
speed
Link copied to clipboard
val
speed
:
Float
?
text
Link copied to clipboard
val
text
:
String
voice
Link copied to clipboard
val
voice
:
String
?