VerifierTrain
After a document processed in self-learning Verifier has been checked whether it is supposed to be automatically trained for the local project, the Verifier has to trigger an event that adds a document to the local learnset.
Syntax
Document_VerifierTrain (pWorkdoc as ISCBCdrWorkdoc, ProposedClassName as String, WillTrain as Boolean, VerifierReason as CdrLocalTrainingReason, ScriptReason as String)
| Parameter | Description |
|---|---|
| pWorkdoc | Contains the reference to the currently processed document. |
| ProposedClassName | The proposed class name. |
| WillTrain | Boolean value for the current learning state.
|
| VerifierReason | The reason why the document is taken for training or why it was rejected.
Possible values |
| ScriptReason | Contains the reason why the script routine decided to reject or accept the document. |
