ClassificationTrainingPage Object (IClassificationTrainingPage Interface)
This object can be obtained from a Page object and used to represent it for classifier training. The process of classification is primarily concerned with pages: each page can belong to one of the classes represented by a PageClass object, and the classifier can be trained to assign a class to each page.
Properties
Name | Type | Description |
---|---|---|
AsPage | Page, read-only | Gets the initial page. |
FoundClass | PageClass, read-only | Returns the class assigned to the page by the classifier. |
ReferenceClass | PageClass | Use this property to set the class to which the page belongs. |
Related objects
See also
8/15/2023 1:19:30 PM