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

C++

HRESULT SaveToFile( BSTR FilePath );
    

C#

void SaveToFile( string FilePath );
    

Visual Basic .NET

Sub SaveToFile(FilePath As String)
    

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

Model

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.