You are here: Start » FIL.NET » FIS.SaveOcrSvmModel Method

FIS.SaveOcrSvmModel Method

Saves serialized OcrSvmModel object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also