Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/services/whisper-service
WhisperTranscriptionOptions
Interface WhisperTranscriptionOptions
interface
WhisperTranscriptionOptions
{
language
?:
string
;
model
?:
|
"whisper-1"
|
"whisper-large-v3"
|
"whisper-large-v2"
|
"whisper-base"
|
"whisper-small"
;
prompt
?:
string
;
response_format
?:
"text"
|
"json"
|
"srt"
|
"verbose_json"
|
"vtt"
;
temperature
?:
number
;
timestamp_granularities
?:
(
"word"
|
"segment"
)
[]
;
}
Index
Properties
language?
model?
prompt?
response_
format?
temperature?
timestamp_
granularities?
Properties
Optional
language
language
?:
string
Optional
model
model
?:
|
"whisper-1"
|
"whisper-large-v3"
|
"whisper-large-v2"
|
"whisper-base"
|
"whisper-small"
Optional
prompt
prompt
?:
string
Optional
response_
format
response_format
?:
"text"
|
"json"
|
"srt"
|
"verbose_json"
|
"vtt"
Optional
temperature
temperature
?:
number
Optional
timestamp_
granularities
timestamp_granularities
?:
(
"word"
|
"segment"
)
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
language
model
prompt
response_
format
temperature
timestamp_
granularities
Timeline Studio API Documentation - v0.26.0
Loading...