Skip to main content
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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Confidenceint, read-onlyReturns 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.
ComponentBusinessCardFieldComponent, read-onlyProvides access to a single component of the business card field by the index of this component.
ComponentsCountint, read-onlyReturns the number of field components, if any.
TypeBusinessCardFieldTypeEnum, read-onlyReturns the field type.
ValueString, read-onlyReturns the field value.

Methods

NameDescription
FindComponentProvides access to a single component of the business card field by the type of this component.
GetCharParamsProvides access to the parameters of a single character in the field.
BusinessCardField Object Diagram

Samples

This object is used in the the following samples: HelloBCR (Win), BCR (Linux), and Business Card Recognition (macOS).

See also

BusinessCard Business Card Recognition Working with Properties