TagFilter interface

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.

Properties

tagIds

Existing TagIds in project to get suggested tags count for.

threshold

Confidence threshold to filter suggested tags on.

Property Details

tagIds

Existing TagIds in project to get suggested tags count for.

tagIds?: string[]

Property Value

string[]

threshold

Confidence threshold to filter suggested tags on.

threshold?: number

Property Value

number