DLRLineResult
Stores the line result.
class com.dynamsoft.dlr.DLRLineResult
Attributes
Attribute | Type |
---|---|
lineSpecificationName |
String |
text |
String |
characterModelName |
String |
location |
Quadrilateral |
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.
Quadrilateral location
confidence
The confidence of the result. It ranges from 0 to 100.
int confidence
characterResults
The character results array.
DLRCharacterResult[] characterResults