You are here: Start » AVL.NET » AVL.SaveOcrMlpModel(AvlNet.OcrMlpModel, string)

AVL.SaveOcrMlpModel(AvlNet.OcrMlpModel, string)

Saves serialized OcrMlpModel object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inOcrModel
Type: AvlNet.OcrMlpModel
Model to be serialized
inFilename
Type: System.String
Name of the target file

See also