You are here: Start » AVL.NET » Function Reference » Computer Vision » Optical Character Recognition » AVL.AccessOcrCandidate

AVL.AccessOcrCandidate

Returns fields of OcrCandidate structure.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also