supervision-js
    Preparing search index...

    Interface DetectionFrameChunkManifest

    interface DetectionFrameChunkManifest {
        chunkDurationSeconds: number;
        chunks: readonly DetectionFrameChunkDescriptor[];
        datasetId: string;
        detectionCount?: number;
        duration: number;
        frameCount?: number;
        frameRate: number;
        schema: "supervision-js.detection-frame-chunk-manifest";
        version: 1;
    }
    Index
    chunkDurationSeconds: number
    datasetId: string

    Stable identifier for the detection dataset.

    detectionCount?: number
    duration: number
    frameCount?: number
    frameRate: number
    schema: "supervision-js.detection-frame-chunk-manifest"
    version: 1