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


