Skip to main content
This object provides access to the recognized data of a business card.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
FieldBusinessCardField, read-onlyProvides access to a single field of the business card by the index of this field.
FieldByTypeBusinessCardField, read-onlyProvides access to a single field of the business card by the type of the field.
FieldsCountint, read-onlyReturns the number of fields on the business card.
FieldsCountByTypeint, read-onlyReturns the number of fields of a specified type on the business card.
RegionRegion, read-onlyProvides access to the region of the business card. A region is a collection of rectangles. The region is defined by coordinates of its rectangles (in pixels) upon the deskewed black-and-white plane of the corresponding image.

Methods

NameDescription
ExportToVCardExports the business card to a file in vCard format.
BusinessCard Object Diagram

Output parameter

This object is the output parameter of the following methods:

Samples

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

See also

Business Card Recognition Working with Properties