UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

5 lines (4 loc) 135 B
export declare class ComposableTask<T> { then(onfulfilled: (value: T) => T | PromiseLike<T>): Promise<T>; run(): Promise<T>; }