Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

CharacterResult

The CharacterResult class represents the result of a character recognition process. It contains the characters recognized (high, medium, and low confidence), their respective confidences, and the location of the character in a quadrilateral shape.

Definition

Namespace: com.dynamsoft.dlr

Assembly: DynamsoftLabelRecognizer.aar

class CharacterResult

Methods Summary

Method Description
getCharacterH Get the character with high confidence.
getCharacterM Get the character with medium confidence.
getCharacterL Get the character with low confidence.
getLocation Get the location of the character in a quadrilateral shape.
getCharacterHConfidence Get the confidence of the character with high confidence.
getCharacterMConfidence Get the confidence of the character with medium confidence.
getCharacterLConfidence Get the confidence of the character with low confidence.

getCharacterH

Get the character with high confidence.

char getCharacterH();

getCharacterM

Get the character with medium confidence.

char getCharacterM();

getCharacterL

Get the character with low confidence.

char getCharacterL();

getLocation

Get the location of the character in a quadrilateral shape.

Quadrilateral getLocation();

getCharacterHConfidence

Get the confidence of the character with high confidence.

int getCharacterHConfidence();

getCharacterMConfidence

Get the confidence of the character with medium confidence.

int characterMConfidence();

getCharacterLConfidence

Get the confidence of the character with low confidence.

int characterLConfidence();

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.2.20
    • Version 2.0.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support