You are here: Start » OcrResult Class

OcrResult Class

Namespace:Fil
Assembly:FilNet.Types.dll

Text obtained from an optical character recognition operation.

Constructors

 ConstructorDescription
OcrResult()
OcrResult(Rectangle2D, String, Single, Single, Single)

Properties

 NameTypeDescription
BoxFil.Rectangle2D
ContrastSystem.Single
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
QualitySystem.Single
ScoreSystem.Single
ValueSystem.String

Methods

 NameDescription
CopyTo(Fil.OcrResult)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.OcrResult)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.OcrResult)
ToString()Inherited from System.Object

Remarks

See also