You are here: Start » FIL.NET » Function Reference » Computer Vision » Optical Character Recognition » 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 | |
---|---|---|---|---|---|
![]() | inCandidate | FilNet.OcrCandidate | Input OcrCandidate structure. | ||
![]() | outCharacter | string | Result of character recognition. | ||
![]() | outScore | float | Score of recognized character. |