Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Параметры анализа кадра

    interface FrameAnalysisParams {
        analysisType: MultimodalAnalysisType;
        contextInfo?: {
            frameTimestamp?: number;
            previousFrames?: string[];
            videoDuration?: number;
            videoTitle?: string;
        };
        customPrompt?: string;
        detailLevel?: "low"
        | "medium"
        | "high";
        frameImagePath: string;
        language?: string;
    }
    Index

    Properties

    contextInfo?: {
        frameTimestamp?: number;
        previousFrames?: string[];
        videoDuration?: number;
        videoTitle?: string;
    }
    customPrompt?: string
    detailLevel?: "low" | "medium" | "high"
    frameImagePath: string
    language?: string