add another example case for when classification overrides a sub label

This commit is contained in:
Josh Hawkins 2025-12-30 07:25:13 -06:00
parent d8ff08b71a
commit 9a725d5290

View File

@ -39,7 +39,7 @@ For object classification:
:::note :::note
A tracked object can only have a single sub label. If you are using Triggers or Face Recognition and you configure an object classification model for `person` using the sub label type, your sub label may not be assigned correctly as it depends on which enrichment completes its analysis first. Consider using the `attribute` type instead. A tracked object can only have a single sub label. If you are using Triggers or Face Recognition and you configure an object classification model for `person` using the sub label type, your sub label may not be assigned correctly as it depends on which enrichment completes its analysis first. This could also occur with `car` objects that are assigned a sub label for a delivery carrier. Consider using the `attribute` type instead.
::: :::