Access MicrFieldResult Attributes
To access MicrFieldResult attributes, use the appropriate properties exposed through the MICR Xpress API.
The supported properties are described below.
| Property | Description |
| Result.Area | Gets the coordinates of the result object's bounding box. (Inherited from Result) |
| Result.Confidence | Gets the confidence value of the result object. (inherited from Result) |
| MicrFieldresult.Length | Gets a value indicating the number of CharacterResults that comprise this MicrFieldResult. |
| MicrFieldrsult.StartIndex | Gets a value indicating the index into the owning TextLineResult's collection of CharacterResults, which is the first CharacterResult that comprises this MicrFieldResult. |
| MicrFieldResult.Text | Overridden. The text of the result object. |
