supervision-js
    Preparing search index...

    Interface MediaSessionAppendableDetectionOptions

    Options for session-owned streaming detection ingestion.

    interface MediaSessionAppendableDetectionOptions {
        chunkDurationSeconds?: number;
        clearOnCreate?: boolean;
        datasetId: string;
        retention?: DetectionFrameRetentionOptions;
        store?: ColdDetectionFrameStore;
    }
    Index
    chunkDurationSeconds?: number
    clearOnCreate?: boolean
    datasetId: string

    Optional cold store. If omitted, the session creates an in-memory store. MemoryOnly retention always uses an in-memory store.