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

AVS.SaveOcrSvmModel Method

Saves serialized OcrSvmModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SaveOcrSvmModel
(
	AvlNet.OcrSvmModel inOcrModel,
	string inFilename
)

Parameters

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

See also