# Eye

The `Eye` class exposes the details of a detected eye.

## Properties

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

| `center` | <p><code>(get) center: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the center of the eye 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> |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `insideCorner` | <p><code>(get) insideCorner: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the inside corner of the eye 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> |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `lowerEyelidCenter` | <p><code>(get) lowerEyelidCenter: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the center of the lower eyelid 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> |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

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

| `outsideCorner` | <p><code>(get) outsideCorner: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the outside corner of the eye 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> |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| `upperEyelidCenter` | <p><code>(get) upperEyelidCenter: PointSignal (set) (Not Available)</code></p><p>Specifies a <code>PointSignal</code> representing the center of the upper eyelid 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> |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

This module exposes no methods.
