Classifier Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The Classifier type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddRule | Adds a rule for the detection of a document by its content |
![]() | AddRulesFromSpreadsheet(Stream, Boolean) | Adds rules and key phrases from a spreadsheet file stream (XLS, XLSX, CSV, ODS). |
![]() | AddRulesFromSpreadsheet(String, Boolean) | Adds rules and key phrases from a spreadsheet file (XLS, XLSX, CSV, ODS). |
![]() | ClassifyDocument(Stream) | Classifies document the document using loaded rules. Use AddRule(String, ClassifierRuleLogic, ICollectionString, Boolean) and AddRulesFromSpreadsheet(Stream, Boolean) methods to add rules. |
![]() | ClassifyDocument(String) | Classifies document the document using loaded rules. Use AddRule(String, ClassifierRuleLogic, ICollectionString, Boolean) and AddRulesFromSpreadsheet(String, Boolean) methods to add rules. |
![]() | Dispose | Releases managed resources of the component. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Reset | Resets Classifier. |
![]() | ToString | (Inherited from Object.) |
See Also