supervision-js
    Preparing search index...

    Interface ColdDetectionFrameStoreWriteOptions

    Write options for semantic detection frames.

    interface ColdDetectionFrameStoreWriteOptions {
        datasetId: string;
        frames: readonly DetectionFrame[];
        chunkDurationSeconds?: number;
    }
    Index
    datasetId: string
    frames: readonly DetectionFrame[]

    Frames to validate, sort, and write.

    chunkDurationSeconds?: number

    Chunk duration used for summaries and chunked persistence.