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

AVL.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