Close Method of the ClassificationTrainingDocument Object
This method closes the document for classification training. It allows you to free some resources and save the changes made to the document.
Syntax
Visual Basic .NET
Sub Close(SaveChanges As Boolean)
C++
HRESULT Close( VARIANT_BOOL SaveChanges );
Parameters
- SaveChanges
- [in] This variable specifies whether the changes made to the document for classification training should be saved. If the value of this parameter is FALSE, the changes are not saved. This parameter is optional. The default value of the parameter is TRUE.
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