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