You are here: Start » FIL.NET » FIS.AccessOcrCandidate Method

FIS.AccessOcrCandidate Method

Returns fields of OcrCandidate structure.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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