SaveToFile Method of the Model Object
Saves the model into a file on disk, from where it can subsequently be loaded by the call to the IClassificationEngine::CreateModelFromFile method.
Syntax
HRESULT SaveToFile( BSTR FilePath );
Parameters
- Path
- [in] This parameter of the type BSTR specifies the path to the file where the model should be saved. If a file with this name already exists, it is overwritten without prompt.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25