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

    Результат выбора превью

    interface ThumbnailSuggestion {
        aestheticScore: number;
        emotionalImpact: number;
        frameImagePath: string;
        frameTimestamp: number;
        reasons: string[];
        score: number;
        textContent?: string;
        visualComplexity: number;
    }
    Index

    Properties

    aestheticScore: number
    emotionalImpact: number
    frameImagePath: string
    frameTimestamp: number
    reasons: string[]
    score: number
    textContent?: string
    visualComplexity: number