DocumentClassifierProject.OnClassificationReady Event
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event DocumentClassifierProject.ClassificationReadyHandler OnClassificationReady
Public Event OnClassificationReady As DocumentClassifierProject.ClassificationReadyHandler
public:
event DocumentClassifierProject.ClassificationReadyHandler^ OnClassificationReady {
void add (DocumentClassifierProject.ClassificationReadyHandler^ value);
void remove (DocumentClassifierProject.ClassificationReadyHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlus.DocumentClassifierProject.ClassificationReadyHandler
See Also