You are here: Start » AVL.NET » Invoke.AccessOcrCandidate

Invoke.AccessOcrCandidate

Returns fields of OcrCandidate structure.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AccessOcrCandidate
(
	Avl.OcrCandidate inCandidate,
	out string outCharacter,
	out float outScore
)

Parameters

Name Type Range Default Description
inCandidateAvl.OcrCandidateInput OcrCandidate structure.
outCharacterstringResult of character recognition.
outScorefloatScore of recognized character.

See also