# Mouth

The `Mouth` class exposes the details of a detected mouth.

## Properties

| Property | Description |
| -------- | ----------- |

| `center` | <p><code>(get) center: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the location of the center of the mouth in the face local coordinate system.</p><p><strong>See Also</strong>: <code>Face.cameraTransform</code> to convert the point to the coordinate system of the camera.</p> |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `leftCorner` | <p><code>(get) leftCorner: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the location of the left corner of the mouth in the face local coordinate system.</p><p><strong>See Also</strong>: <code>Face.cameraTransform</code> to convert the point to the coordinate system of the camera.</p> |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `lowerLipCenter` | <p><code>(get) lowerLipCenter: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the location of the center of the lower lip in the face local coordinate system.</p><p><strong>See Also</strong>: <code>Face.cameraTransform</code> to convert the point to the coordinate system of the camera.</p> |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `lowerLipCurvature` | <p><code>(get) lowerLipCurvature: ScalarSignal (set) (Not Available)</code></p><p>Specifies a <code>ScalarSignal</code> indicating how high or low the mouth angles are with respect to the lip center. 0.0 is a straight line. Mouth angles higher than the lip center yield positive curvature, lowering the mouth angles makes it negative.</p> |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `openness` | <p><code>(get) openness: ScalarSignal (set) (Not Available)</code></p><p>Specifies a <code>ScalarSignal</code> representing the openness of the mouth. The openness of the mouth is a non-negative value where 0.0 is mouth closed and 1.0 mouth wide open (it can also take values greater than 1.0).</p> |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `rightCorner` | <p><code>(get) rightCorner: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the location of the right corner of the mouth in the face local coordinate system.</p><p><strong>See Also</strong>: <code>Face.cameraTransform</code> to convert the point to the coordinate system of the camera.</p> |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `upperLipCenter` | <p><code>(get) upperLipCenter: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the location of the center of the upper lip in the face local coordinate system.</p><p><strong>See Also</strong>: <code>Face.cameraTransform</code> to convert the point to the coordinate system of the camera.</p> |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `upperLipCurvature` | <p><code>(get) upperLipCurvature: ScalarSignal (set) (Not Available)</code></p><p>Specifies a <code>ScalarSignal</code> indicating how high or low the mouth angles are with respect to the lip center. 0.0 is a straight line. Mouth angles higher than the lip center yield positive curvature, lowering the mouth angles makes it negative.</p> |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

This module exposes no methods.
