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

Invoke.SaveOcrSvmModel

Saves serialized OcrSvmModel object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveOcrSvmModel
(
	Avl.OcrSvmModel inOcrModel,
	string inFilename
)

Parameters

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

See also