PreClassifyAnalysis
This event triggers between the PreClassify and PostClassify events that identify the beginning and end of the classification workflow step for a particular document. Using this event the custom script can clean-up and extend classification results before the final decision is made by the system and before the final classification matrix is built.
Syntax
ScriptModule_PreClassifyAnalysis(pWorkdoc As SCBCdrWorkdoc)
Parameter | Description |
---|---|
pWorkdoc | Workdoc object to classify. |