DLR_Result
Stores the recognized result.
class Dynamsoft.DLR.DLR_Result
Attributes
Attribute | Type |
---|---|
ReferenceRegionName |
string |
TextAreaName |
string |
Location |
Quadrilateral |
Confidence |
int |
LineResults |
DLR_LineResult[] |
PageNumber |
int |
ReferenceRegionName
The name of the reference region which is used to recognize the current result.
string ReferenceRegionName
TextAreaName
The name of the text area used to recognize current result.
string TextAreaName
Location
The location of current recognized text.
Quadrilateral Location
Confidence
The confidence of the result. It ranges from 0 to 100.
int Confidence
LineResults
The line results array.
DLR_LineResult[] LineResults
PageNumber
The page number the result located in. The index is 0-based.
int PageNumber