UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

5 lines (4 loc) 169 B
import { Box } from '../classes'; export declare class MtcnnBox extends Box<MtcnnBox> { constructor(left: number, top: number, right: number, bottom: number); }