StartVerification Method of the Batch Object
This method allows you to start verification process of the specified documents. See Verifying Recognized Data for details.
Syntax
Visual Basic .NET
Function StartVerification(DocIDs As IntsCollection) As VerificationSession
C++
HRESULT StartVerification( IIntsCollection* DocIDs, IVerificationSession** Result );
Parameters
- DocIDs
- [in] This parameter refers to the IntsCollection object which contains a collection of identifiers of the documents to be verified.
- Result
- [out, retval] A pointer to the IVerificationSession* variable that receives the interface pointer for the verification session.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM