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

OcrResult Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Text obtained from an optical character recognition operation.

Constructors

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

Properties

 NameTypeDescription
BoxAvl.Rectangle2D
ContrastSystem.Single
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
QualitySystem.Single
ScoreSystem.Single
ValueSystem.String

Methods

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

Remarks

See also