This object contains the information about a field extracted from a machine-readable zone (MRZ).Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| Checksum | BSTR | Specifies the checksum of the field. Note: This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned. |
| HasChecksum | VARIANT_BOOL, read-only | Returns TRUE if the field has a checksum. |
| IsChecksumVerified | VARIANT_BOOL, read-only | Returns TRUE if the checksum is verified. Note: This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned. |
| Region | Region, read-only | Returns the field region. |
| Text | BSTR, read-only | Returns the field value. |
| Type | MrzFieldTypeEnum, read-only | Returns the field type. |
Methods
| Name | Description |
|---|---|
| GetCharParams | Returns parameters of a single character in the field. |
| Insert | Inserts a text fragment. |
| Remove | Deletes a text fragment. |
Related objects
Object Diagram
