providerplaneai
Preparing search index...
core/workflow/Pipeline.ts
PipelineTranscribeInput
Interface PipelineTranscribeInput
Step input for transcription.
interface
PipelineTranscribeInput
{
filename
?:
string
;
responseFormat
?:
|
"text"
|
"json"
|
"srt"
|
"verbose_json"
|
"vtt"
|
"diarized_json"
;
}
Index
Properties
filename?
response
Format?
Properties
Optional
filename
filename
?:
string
Optional
response
Format
responseFormat
?:
|
"text"
|
"json"
|
"srt"
|
"verbose_json"
|
"vtt"
|
"diarized_json"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filename
response
Format
providerplaneai
Loading...
Step input for transcription.