BusinessCard Object (IBusinessCard Interface)
This object provides access to the recognized data of a business card.
Properties
| Name | Type | Description | 
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. | 
| Field | BusinessCardField, read-only | Provides access to a single field of the business card by the index of this field. | 
| FieldByType | BusinessCardField, read-only | Provides access to a single field of the business card by the type of the field. | 
| FieldsCount | int, read-only | Returns the number of fields on the business card. | 
| FieldsCountByType | int, read-only | Returns the number of fields of a specified type on the business card. | 
| Region | Region, read-only | Provides 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
| Name | Description | 
|---|---|
| ExportToVCard | Exports the business card to a file in vCard format. | 
Related objects

Output parameter
This object is the output parameter of the following methods:
- Item method of the BusinessCards object
 - SynthesizeBusinessCard and SynthesizeBusinessCardEx methods of the FRPage object
 
Samples
This object is used in the Business Card Recognition demo tool.
See also
9/17/2024 3:14:40 PM