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

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