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 | |
---|---|---|---|---|---|
![]() | inCandidate | FilNet.OcrCandidate | Input OcrCandidate structure. | ||
![]() | outCharacter | string | Result of character recognition. | ||
![]() | outScore | float | Score of recognized character. |