AccessOcrCandidate


Returns fields of OcrCandidate structure.

Syntax

C++
C#
Python
 
def AccessOcrCandidate(
	inCandidate: OcrCandidate,
	/
)
-> (
	outCharacter: str,
	outScore: float
)

Parameters

Name Type Default Description
Input value inCandidate OcrCandidate Input OcrCandidate structure
Output value outCharacter str Result of character recognition
Output value outScore float Score of recognized character