Back to Adaptive Vision Library website
You are here: Start » Function Reference » Optical Character Recognition » AccessOcrCandidate
AccessOcrCandidate
Returns fields of OcrCandidate structure.
Syntax
C++
C#
void avl::AccessOcrCandidate ( const avl::OcrCandidate& inCandidate, atl::String& outCharacter, atl::real& outScore )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCandidate | const OcrCandidate& | Input OcrCandidate structure | |
![]() |
outCharacter | String& | Result of character recognition | |
![]() |
outScore | real& | Score of recognized character |


