face-api/build/globalApi/detectFaces.d.ts

6 lines
428 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
import { TNetInput } from '../dom';
import { DetectAllFacesTask, DetectSingleFaceTask } from './DetectFacesTasks';
import { FaceDetectionOptions } from './types';
export declare function detectSingleFace(input: TNetInput, options?: FaceDetectionOptions): DetectSingleFaceTask;
export declare function detectAllFaces(input: TNetInput, options?: FaceDetectionOptions): DetectAllFacesTask;
//# sourceMappingURL=detectFaces.d.ts.map