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

AVS.SaveOcrMlpModel Method

Saves serialized OcrMlpModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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