> For the complete documentation index, see [llms.txt](https://docs.neuralaim.ru/napi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuralaim.ru/napi/dokumentaciya-or-api/tracker.md).

# Tracker

### update

```python
def update(self, detections: List[Tuple[List[float], float]]) -> List[Tuple[List[float], int]]:
```
