The following tables list the members exposed by ElementResult.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
ElementResult | Initializes a new instance of ElementResult with default values. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Bounds | The bounding rectangle of the text being analyzed. |
![]() |
Color | Specifies the color of the found text. |
![]() |
Confidence | Indicates the confidence level of the analysis/prediction. |
![]() |
DocumentID | Provides a way to have a unique id for a processed document. |
![]() |
ElementName | Gets the name of the element that produced this result. |
![]() |
ElementSet | Gets a reference to the element set that produced this result. |
![]() |
ExecutedUnstructuredElements | A List of elements that were involved in processing related to this result. |
![]() |
IsFromOcr | Indicates whether the information found had to be extracted by the OCR engine. |
![]() |
ListOfBounds | A List of LeadRect for the detected feature, in case it spans multiple lines, you will have more than one bound. |
![]() |
PageNumber | Indicates the 1-based page number of the document to which the result belongs. |
![]() |
Value | Contains the text value associated with the result. |
See Also