DeleteRecognitionResults Method of the Batch Object
This method deletes all recognition results in the specified documents.
Syntax
Visual Basic .NET
Sub DeleteRecognitionResults(DocIds As IntsCollection)
C++
HRESULT DeleteRecognitionResults( IIntsCollection* DocIds );
Parameters
- DocIds
- [in] This parameter refers to the IntsCollection object that contains the set of indices of the documents to delete recognition results in. This parameter may be 0, in which case recognition results are deleted in all the documents of the batch.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30