AccessOcrCandidate
Returns fields of OcrCandidate structure.
Syntax
C++
C#
Python
def AccessOcrCandidate( inCandidate: OcrCandidate, / ) -> ( outCharacter: str, outScore: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCandidate | OcrCandidate | Input OcrCandidate structure | |
![]() |
outCharacter | str | Result of character recognition | |
![]() |
outScore | float | Score of recognized character |


