You are here: Start » AVL.NET » AVL.AccessOcrCandidate(AvlNet.OcrCandidate, string, float)
AVL.AccessOcrCandidate(AvlNet.OcrCandidate, string, float)
Returns fields of OcrCandidate structure.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AccessOcrCandidate( AvlNet.OcrCandidate inCandidate, out string outCharacter, out float outScore )
Parameters
- inCandidate
- Type: AvlNet.OcrCandidate
Input OcrCandidate structure - outCharacter
- Type: System.String
Result of character recognition - outScore
- Type: System.Single
Score of recognized character
