# TrackingMode

The `TrackingMode` enum describes how a PlaneTracker is tracking an object.

### Values <a href="#values" id="values"></a>

| Value             | Description                                                         |
| ----------------- | ------------------------------------------------------------------- |
| `VERTICAL_PLANE`  | Indicates that a vertical plane is being tracked.                   |
| `ARBITRARY_DEPTH` | Indicates that the plane tracker is tracking at an arbitrary depth. |
| `PLANE`           | Indicates that a horizontal plane is being tracked.                 |
| `MOVING_OBJECT`   | Indicates that a moving object is being tracked.                    |
