ReadCharactersModelId
Description
Identifier of Read Characters model.Type represents identifier of loaded Deep Learning Read Characters model.
Structure Fields
Type fields and default values (if defined) are described below:
Name | Type | Default | Description |
---|---|---|---|
ModelDirectory | ReadCharactersModelDirectory* | If not set, a Read Characters model distributed with Deep Learning add-on. Otherwise, a model stored in a specific disk directory | |
PretrainedModel | OcrPretrainedModel | Selected pretrained model, distributed with Deep Learning add-on. Ignored if ModelDirectory is set. | |
DeviceType | DeviceKind* | A type of 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. | |
DeviceIndex | Integer | 0 | An index of a device selected for deploying and executing the model.. |