You are here: Start » FIL.NET » OcrDeployHint Structure

OcrDeployHint Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Hints for a preparing a model for a subsequent execution with given settings in advance.

Constructors

 ConstructorDescription
OcrDeployHint(Size)
OcrDeployHint(Size, Int32, Single)

Properties

 NameTypeDescription
CharHeightSystem.Int32Value passed to the inCharHeight input of DL_ReadCharacters tool.
DefaultFilNet.OcrDeployHint
InputSizeFilNet.SizeA size of an input image or roi (if applicable).
IsDefaultSystem.Boolean
WidthScaleSystem.SingleValue passed to the inWidthScale input of DL_ReadCharacters tool.

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.OcrDeployHint)
Equals(FilNet.OcrDeployHint, FilNet.OcrDeployHint)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also