class com.dynamsoft.dlr.DLRLineResult
Stores the line result.
Attributes
Attribute | Type |
---|---|
lineSpecificationName |
String |
text |
String |
characterModelName |
String |
location |
DLRQuadrilateral |
confidence |
int |
characterResults |
DLRCharacterResult[] |
lineSpecificationName
The name of the line specification used to recognize current line result.
String lineSpecificationName
text
The recognized text, ends by ‘\0’.
String text
characterModelName
The character model used to recognize the text.
String characterModelName
location
The location of current line.
DLRQuadrilateral location
confidence
The confidence of the result. It ranges from 0 to 100.
int confidence
characterResults
The character results array.
DLRCharacterResult[] characterResults