Variable mockYoloDataConst
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