supervision-js
    Preparing search index...

    Interface MediaSessionAppendableDetectionOptions

    Options for session-owned streaming detection ingestion.

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

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

    datasetId: string
    chunkDurationSeconds?: number
    clearOnCreate?: boolean

    Latest-frame/hold-until-next semantics used by appendLiveDetectionFrame.