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

OcrCandidate Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Score and character pair.

Constructors

 ConstructorDescription
OcrCandidate()
OcrCandidate(String, Single)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
NameSystem.String
ScoreSystem.Single

Methods

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

Remarks

See also