Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    mockYoloData: {
        frames: {
            detections: {
                bbox: { height: number; width: number; x: number; y: number };
                class: string;
                confidence: number;
            }[];
            timestamp: number;
        }[];
        videoId: string;
        videoName: string;
        videoPath: string;
    } = ...

    Type declaration

    • frames: {
          detections: {
              bbox: { height: number; width: number; x: number; y: number };
              class: string;
              confidence: number;
          }[];
          timestamp: number;
      }[]
    • videoId: string
    • videoName: string
    • videoPath: string