UNPKG

easyproctor

Version:
16 lines (15 loc) 543 B
import IParamsConfig from "../interfaces/ParamsConfig"; import { BaseDetection } from "./BaseDetection"; export declare class ObjectDetection extends BaseDetection { constructor(options?: { onRealtimeAlertsCallback?: (response: any) => void; }, paramsConfig?: IParamsConfig, classVideo?: string, classDiv?: string); displayVideoDetections(result: { detections: any; }): void; numPersonsSent: number; numCellphoneSent: number; verify(result: { detections: any; }): void; }