AugmentedFace.RegionType

public static final enum AugmentedFace.RegionType

Defines face regions to query the pose for. Left and right are defined relative to the person that the mesh belongs to. To retrieve the center pose use AugmentedFace.getCenterPose().

Inherited Methods

Enum Values

FOREHEAD_LEFT

public static final AugmentedFace.RegionType FOREHEAD_LEFT

The region at the detected face's left side of the forehead.

FOREHEAD_RIGHT

public static final AugmentedFace.RegionType FOREHEAD_RIGHT

The region at the detected face's right side of the forehead.

NOSE_TIP

public static final AugmentedFace.RegionType NOSE_TIP

The region at the tip of the nose.