StartVerification Method of the Project Object
This method allows you to perform verification of the documents in the specified batches of the project.
Syntax
Visual Basic .NET
Function StartVerification(BatchIDs As IntsCollection) As VerificationSession
C++
HRESULT StartVerification( IIntsCollection* BatchIDs, IVerificationSession** Result );
Parameters
- BatchIDs
- [in] This parameter refers to the IntsCollection object that contains a set of indices of the batches to be verified.
- Result
- [out, retval] A pointer to IVerificationSession* pointer variable that receives the interface pointer of the resulting VerificationSession object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
You cannot run two verification sessions in one process simultaneously using ABBYY FlexiCapture SDK.
See also
15.08.2023 13:19:30