human/types/face.d.ts

7 lines
167 B
TypeScript
Raw Normal View History

2021-05-25 14:58:20 +02:00
/**
* Module that analyzes person age
* Obsolete
*/
2021-05-22 20:53:51 +02:00
import { Face } from './result';
export declare const detectFace: (parent: any, input: any) => Promise<Face[]>;