When picture is taken you can request Omnibasis to performed detailed face analysis.


Turn on Face analysis to get faced analyzed in details by AI. The following face attributes are part of analysis:


  • Accessories. Whether the given face has accessories. This attribute returns possible accessories including headwear, glasses, and mask.

  • Age. The estimated age in years of a particular face.

  • Emotion. A list of emotions with their detection confidence for the given face. The emotions returned are happiness, sadness, neutral, anger, contempt, disgust, surprise, and fear.

  • Facial hair. The estimated facial hair presence and the length for the given face.

  • Gender. The estimated gender of the given face. Possible values are male, female, and genderless.

  • Glasses. Whether the given face has eyeglasses. Possible values are Glasses, Reading glasses, Sunglasses, and Swimming Goggles.

  • Hair. The hair type of the face. This attribute shows whether the hair is visible, whether baldness is detected, and what hair colors are detected.

  • Head pose. The face's orientation in 3D space. This attribute is described by the roll, yaw, and pitch angles in degrees, which are defined according to the right-hand rule. The order of three angles is roll-yaw-pitch, and each angle's value range is from -180 degrees to 180 degrees. 3D orientation of the face is estimated by the roll, yaw, and pitch angles in order. See the following diagram for angle mappings:

    A head with the pitch, roll, and yaw axes labeled

  • Makeup. Whether the face has makeup.

  • Mask. Whether the face is wearing a mask. This attribute returns a possible mask type, and a Boolean value to indicate whether nose and mouth are covered.

  • Smile. The smile expression of the given face.


Note: Face attributes are predicted through the use of statistical algorithms. They might not always be accurate. Use caution when you make decisions based on attribute data.