You are here: Start » FIL.NET » LocateTextModelId Class
LocateTextModelId Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Identifier of Read Characters model.
Constructors
Constructor | Description | |
---|---|---|
![]() | LocateTextModelId(NullableRef<String>) | |
![]() | LocateTextModelId(NullableRef<String>, LocateTextPretrainedModel, Nullable<DeviceKind>, Int32) | |
![]() | LocateTextModelId() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | DeviceIndex | System.Int32 | An index of a device selected for deploying and executing the model. |
![]() | DeviceType | System.Nullable<FilNet.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. |
![]() | 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.LocateTextPretrainedModel | Selected pretrained model, distributed with Deep Learning add-on. Ignored if ModelDirectory is set. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.LocateTextModelId) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.LocateTextModelId, FilNet.LocateTextModelId) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |