Face: {
    area: Rect;
    leftEye: Rect;
    mouth: Rect;
    nose: Rect;
    rightEye: Rect;
}

Defines a front facing face identified by the algorithm.

Type declaration

  • Readonly area: Rect

    The main area of the face.

  • Readonly leftEye: Rect

    The area of the left eye.

  • Readonly mouth: Rect

    The area of the mouth.

  • Readonly nose: Rect

    The area of the nose.

  • Readonly rightEye: Rect

    The area of the right eye.

Generated using TypeDoc