supervision-js
    Preparing search index...

    Interface ColdDetectionFrameStoreLoadOptions

    Load options for semantic detection frames.

    interface ColdDetectionFrameStoreLoadOptions {
        datasetId: string;
        endTime: number;
        startTime: number;
    }
    Index
    datasetId: string
    endTime: number
    startTime: number