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

FIL.AccessOcrCandidate

Returns fields of OcrCandidate structure.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also