supervision-js
    Preparing search index...

    Interface ColdDetectionFrameStoreWriteOptions

    Write options for semantic detection frames.

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

    Chunk duration used for summaries and chunked persistence.

    datasetId: string
    frames: readonly DetectionFrame[]

    Frames to validate, sort, and write.