providerplaneai
    Preparing search index...

    Interface PipelineTranscribeInput

    Step input for transcription.

    interface PipelineTranscribeInput {
        filename?: string;
        responseFormat?:
            | "text"
            | "json"
            | "srt"
            | "verbose_json"
            | "vtt"
            | "diarized_json";
    }
    Index

    Properties

    filename?: string
    responseFormat?:
        | "text"
        | "json"
        | "srt"
        | "verbose_json"
        | "vtt"
        | "diarized_json"