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 |
| TextLineResult.Parse | Parses the selected TextLineResult into MICR fields. (Field definitions are defined by the standards document ANS X9.100-160-1). |
| TextLineResult.DeleteCharacter | 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 TextLineResult.NumberCracters. |
| TextLineResult.Character | 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 TextLineResult.NumberCracters. |
| TextLineResult.GetField | Gets a MICR field within the TextLineResult. |
| Property | Description |
| TextLineResult.Area | Gets the coordinates which represents the area of the image for the text line result. |
| TextLineResult.Confidence | Gets the confidence value for the selected text line result. |
| TextLineResult.NumberCharacters | Gets the number of characters in the selected text line result. |
| TextLineResult.FieldsTypes | Gets a value indicating which MICR fields were parsed out of the TextLineResult. |
| TextLineResult.Text | Gets the string which contains the sequence of characters in the text line result. |
