ClassificationTrainingDocument Object (IClassificationTrainingDocument Interface)
This object can be obtained from a Document object and used to represent it for classifier training.
Properties
| Name | Type | Description |
|---|---|---|
| AsDocument | Document, read-only | Gets the initial document. |
| ClassificationTrainingPages | ClassificationTrainingPages, read-only | Returns the collection of the pages for training. |
| TrainingState | DocumentTrainingStateEnum | Sets the document training state, that is, whether it is used for training or for testing (or not used at all). |
Methods
| Name | Description |
|---|---|
| Close | Closes the document for classification training. |
| Open | Opens the document for classification training. |
Related objects

Samples
This object is used in the following code samples: Classification.
See also
8/15/2023 1:19:30 PM