providerplaneai
    Preparing search index...

    Interface PipelineVideoDownloadInput

    Step input for video download.

    interface PipelineVideoDownloadInput {
        variant?: string;
        videoId?: string | ((values: StepValues) => string);
        videoUri?: StepTextInput;
    }
    Index

    Properties

    variant?: string
    videoId?: string | ((values: StepValues) => string)
    videoUri?: StepTextInput