Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface CachedRecognition {
        fileId: string;
        frames: RecognitionFrame[];
        size: number;
        timestamp: number;
    }
    Index

    Properties

    fileId: string
    frames: RecognitionFrame[]
    size: number
    timestamp: number