Filter ListElement by classification
We need 3 new filters on ListElements:
- classification_name (str)
- classification_confidence (float) + classification_confidence_operator (usual numeric operators)
- classification_high_confidence (bool)
When multiple filters are specified, they should be combined using AND
.
Edited by Erwan Rouchet