You are here: Start » AVL.NET » AVL.SaveOcrMlpModel

AVL.SaveOcrMlpModel

Saves serialized OcrMlpModel object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveOcrMlpModel
(
	AvlNet.OcrMlpModel inOcrModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inOcrModelAvlNet.OcrMlpModelModel to be serialized.
inFilenamestringName of the target file.

See also