You are here: Start » FIL.NET » Invoke.AccessOcrCandidate
Returns fields of OcrCandidate structure.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AccessOcrCandidate ( Fil.OcrCandidate inCandidate, out string outCharacter, out float outScore )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCandidate | Fil.OcrCandidate | Input OcrCandidate structure. | ||
![]() | outCharacter | string | Result of character recognition. | ||
![]() | outScore | float | Score of recognized character. |