UNPKG

face-api.js

Version:

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

16 lines (15 loc) 400 B
export declare const FACE_EXPRESSION_LABELS: string[]; export declare class FaceExpressions { neutral: number; happy: number; sad: number; angry: number; fearful: number; disgusted: number; surprised: number; constructor(probabilities: number[] | Float32Array); asSortedArray(): { expression: string; probability: number; }[]; }