TextLineResult
The text line represents the recognition results of text found on a single line.
The supported methods and properties are described below.
| Method | Description |
| ParseTextLine | Parses the selected TextLineResult into MICR fields. (Fields are defined by the standards document ANS X9.100-160-1) |
| TextLineResultDeleteCharacter | Deletes the character at the specified index from the selected text line result. The character index must be at least 0 and less than the value of TextLineResultNumberCharacters. |
| TextLineResultSelectCharacter | Gets the character at the specified index in the selected text line result. The character index must be at least 0 and less than the value of TextLineResultNumberCharacters. |
| TextLineResultSelectMICRField | Gets the specified MICR field within the TextLineResult. If the specified MICR field was not parsed, a status indicating Argument Out of Range is returned. |
| Property | Description |
| TextLineResultAreaHeight | Gets the coordinate which represents the height of the area on the image for the text line result. This property works with the TextLineResultAreaWidth, TextLineResultAreaX and TextLineResultAreaY to create the rectangular area on the image that bounds the text line result. |
| TextLineResultAreaWidth | Gets the coordinate which represents the width of the area on the image for the text line result. This property works with the TextLineResultAreaHeight, TextLineResultAreaX and TextLineResultAreaY to create the rectangular area on the image that bounds the text line result. |
| TextLineResultAreaX | Gets the coordinate which represents the x (horizontal) position on the image for the text line result. This property works with the TextLineResultAreaWidth, TextLineResultAreaHeight and TextLineResultAreaY to create the rectangular area on the image that bounds the text line result. |
| TextLineResultAreaY | Gets the coordinate which represents the y (vertical) position on the image for the text line result. This property works with the TextLineResultAreaWidth, TextLineResultAreaX and TextLineResultAreaHeight to create the rectangular area on the image that bounds the text line result. |
| TextLineResultConfidence | Gets the confidence value for the selected text line result. |
| TextLineResultNumberCharacters | Gets the number of characters in the selected text line result. |
| TextLineResultParseableFields | Gets a value indicating which MICR fields were parsed out of the TextLineResult. |
| TextLineResultText | Gets the string which contains the actual characters in the text line result. |
