Describes a single character recognition results in the text field line

SymbolRecognitionResult

interface SymbolRecognitionResult {
    ListOfCandidates: SymbolCandidate[];
    SymbolRect: RectangleCoordinates;
}

Properties

ListOfCandidates: SymbolCandidate[]

Array of candidate characters. Sorted in descending order of recognition probabilities (the first element has highest probability)

SymbolRecognitionResult

SymbolRecognitionResult