providerplaneai
Preparing search index...
core/workflow/Pipeline.ts
PipelineVideoDownloadInput
Interface PipelineVideoDownloadInput
Step input for video download.
interface
PipelineVideoDownloadInput
{
variant
?:
string
;
videoId
?:
string
|
(
(
values
:
StepValues
)
=>
string
)
;
videoUri
?:
StepTextInput
;
}
Index
Properties
variant?
video
Id?
video
Uri?
Properties
Optional
variant
variant
?:
string
Optional
video
Id
videoId
?:
string
|
(
(
values
:
StepValues
)
=>
string
)
Optional
video
Uri
videoUri
?:
StepTextInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
variant
video
Id
video
Uri
providerplaneai
Loading...
Step input for video download.