ClassFilter constructor

ClassFilter()

ClassFilter represents the document filter used to determine which documents will be processed. Document information (Country, Region, Type) is evaluated with the content set in the filter, and their inclusion or exclusion depends on the defined rules. To set the document information, use DocumentFilter. The recognition results of the excluded documents will not be returned. If using the standard BlinkID UX, an alert will be displayed that the document will not be scanned.

By default, the ClassFilter is turned off, and all documents will be included.

Implementation

ClassFilter();