# `TrackForgex.Utils.Detection`
[🔗](https://github.com/monoflow-ayvu/track_forgex/blob/v0.2.1/lib/utils.ex#L33)

Detection implementation.

# `t`
[🔗](https://github.com/monoflow-ayvu/track_forgex/blob/v0.2.1/lib/utils.ex#L46)

```elixir
@type t() :: %TrackForgex.Utils.Detection{
  bbox: TrackForgex.Utils.BBox.t(),
  class_id: integer(),
  score: float()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
