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

    Параметры для создания превью

    interface ThumbnailSuggestionParams {
        clipId: string;
        contextPrompt?: string;
        count?: number;
        criteria?: ("aesthetic" | "emotion" | "action" | "text" | "faces")[];
        targetAspectRatio?: string;
    }
    Index

    Properties

    clipId: string
    contextPrompt?: string
    count?: number
    criteria?: ("aesthetic" | "emotion" | "action" | "text" | "faces")[]
    targetAspectRatio?: string