BusinessCardField Object (IBusinessCardField Interface)
This object provides access to a single field of a business card. A field may contain several field components. A field component is a part of the field value. For example, a field which contains personal name may consist of the first and last name.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Confidence | int, read-only |
Returns the confidence of the field type. It is in the range from 0 to 100. It represents an estimate of confidence of detected field type in percentage points. The greater its value, the greater the confidence. If the field has the BCFT_Text type, the value of this property is -1. |
Component | BusinessCardFieldComponent, read-only | Provides access to a single component of the business card field by the index of this component. |
ComponentsCount | int, read-only | Returns the number of field components, if any. |
Type | BusinessCardFieldTypeEnum, read-only | Returns the field type. |
Value | String, read-only | Returns the field value. |
Methods
Name | Description |
---|---|
FindComponent | Provides access to a single component of the business card field by the type of this component. |
GetCharParams | Provides access to the parameters of a single character in the field. |
Related objects
Samples
This object is used in the BCR code sample.
See also
7/3/2024 8:50:25 AM