Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface TimeEstimate {
        confidence: "low" | "medium" | "high";
        estimatedSeconds: number;
        factors: string[];
    }
    Index

    Properties

    confidence: "low" | "medium" | "high"
    estimatedSeconds: number
    factors: string[]