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

Invoke.SaveOcrMlpModel

Saves serialized OcrMlpModel object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also