You are here: Start » AVL.NET » AVL.SaveOcrMlpModel Method
AVL.SaveOcrMlpModel Method
Saves serialized OcrMlpModel object as avdata file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveOcrMlpModel( AvlNet.OcrMlpModel inOcrModel, string inFilename )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inOcrModel | AvlNet.OcrMlpModel | Model to be serialized. | ||
![]() | inFilename | string | Name of the target file. |

