CreateModelFromFile Method of the ClassificationEngine Object
Loads the classification model from file.
Syntax
HRESULT CreateModelFromFile( BSTR FilePath, IModel** Result );
Parameters
- FilePath
- [in] Specifies the full path to the file which contains a trained classification model. The file must have been created by the call to the SaveToFile method of the Model object.
- Result
- [out, retval] A pointer to the IModel* pointer variable that receives the interface pointer of the output Model object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM