VerificationWorkSet Object (IVerificationWorkSet Interface)
This object represents a verification work set. Work set is a part of data that need verification. Each verification session contains one or several work sets. Documents are combined into work sets depending on the available resources, thereby work sets enable several verifiers to process one big batch.
To receive the next part of data to verify, call the NextWorkSet method of the VerificationSession object. Each work set consists of several groups of objects to verify. To receive the next group, call the NextGroup method. When you finished verification of the data in the current work set, you must call the Commit method to save the changes.
Methods
Name | Description |
---|---|
NextGroup | Gets next group of objects to verify. |
Commit | Fixes the changes made while verification. |
Output parameter
This object is the output parameter of the NextWorkSet method of the VerificationSession object.
See also
15.08.2023 13:19:30