You are here: Start » AVL.NET » ReadCharactersModelId Class

ReadCharactersModelId Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Identifier of Read Characters model.

Constructors

 ConstructorDescription
ReadCharactersModelId(NullableRef<String>)
ReadCharactersModelId(NullableRef<String>, OcrPretrainedModel, Nullable<DeviceKind>, Int32)
ReadCharactersModelId()

Properties

 NameTypeDescription
DeviceIndexSystem.Int32An index of a device selected for deploying and executing the model.
DeviceTypeSystem.Nullable<AvlNet.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.
ModelDirectoryAvlNet.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
PretrainedModelAvlNet.OcrPretrainedModelSelected pretrained model, distributed with Deep Learning add-on. Ignored if ModelDirectory is set.

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.ReadCharactersModelId)
Equals(AvlNet.ReadCharactersModelId, AvlNet.ReadCharactersModelId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also