Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.12 KB

dlr-character-result-v1.2.1.md

File metadata and controls

52 lines (38 loc) · 1.12 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content permalink
default-layout
Class DLRCharacterResult - Dynamsoft Label Recognizer Java Edition
This page shows the DLRCharacterResult struct of Dynamsoft Label Recognition for Java Language.
DLRCharacterResult, java
true
true
/programming/java/api-reference/dlr-character-result-v1.2.1.html

class com.dynamsoft.dlr.DLRCharacterResult

Stores the character result.

Attributes

Attribute Type
characterH char
characterM char
characterL char
location DLRQuadrilateral

characterH

The recognized character with highest confidence.

char characterH

characterM

The recognized character with middle confidence.

char characterM

characterL

The recognized character with lowest confidence.

char characterL

location

The location of current character.

DLRQuadrilateral location