TagFilter Class

Model that query for counting of images whose suggested tags match given tags and their probability are greater than or equal to the given threshold.

Inheritance
TagFilter

Constructor

TagFilter(*, tag_ids=None, threshold: Optional[float] = None, **kwargs)

Parameters

tag_ids
list[str]
Required

Existing TagIds in project to get suggested tags count for.

threshold
float
Required

Confidence threshold to filter suggested tags on.