# Eyebrow

The `Eyebrow` class exposes the details of a detected eyebrow.

## Properties

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

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sparkar-community.gitbook.io/docs/facetrackingmodule/eyebrow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
