Access MicrFieldResult
The MICR field result represents a field within a text line and provides methods and properties for accessing information about the MICR field. They are:
| Methods | Description |
| MICRFieldResult.Text | Gets the string that comprises the MICR field. |
| Result.Area | Gets the coordinates which represents the area on the image for the MICR field result. |
| Result.Confidence | Gets the confidence value for the MICR field result. |
| MICRFieldResult.Length | Gets the number of characters in the MICR field result. |
| MICRFieldResult.StartIndex | Gets a value indicating the index into the owning TextLineResult's collection of CharacterResults, which is the first CharacterResult that comprises this MicrFieldresult. |
