You are here:
Start »
FIL.NET »
ReadCharactersModelId Class
ReadCharactersModelId Class
Namespace: | FilNet |
Assembly: | FIL.NET.TS.dll |
Identifier of Read Characters model.
Constructors
Properties
| Name | Type | Description |
 | ModelDirectory | FilNet.NullableRef<System.String> | If not set, a Read Characters model distributed with Deep Learning Add-on. Otherwise, a model stored in a specific disk directory |
 | PretrainedModel | FilNet.OcrPretrainedModel | Selected pretrained model, distributed with Deep Learning Add-on. Ignored if ModelDirectory is set. |
 | TargetDevice | System.Nullable<FilNet.DeviceType> | A device selected for deploying and executing the model. If not set, device is selected depending on version (CPU/GPU) of installed Deep Learning Add-on. |
Methods
Remarks
See also