> ## 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.

# BusinessCard Object (IBusinessCard Interface)

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

## Properties

| Name                                                                                                                    | Type                                                                                                                                                                                                                                | Description                                                                                                                                                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application                                                                                                             | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)                       | Returns the Engine object.                                                                                                                                                                                                                                                                                                    |
| [Field](/fine-reader/engine/api-reference/document-related-objects/businesscard/field-property)                         | [BusinessCardField](/fine-reader/engine/api-reference/document-related-objects/businesscardfield), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to a single field of the business card by the index of this field.                                                                                                                                                                                                                                            |
| [FieldByType](/fine-reader/engine/api-reference/document-related-objects/businesscard/fieldbytype-property)             | [BusinessCardField](/fine-reader/engine/api-reference/document-related-objects/businesscardfield), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to a single field of the business card by the [type](/fine-reader/engine/api-reference/enumerations/businesscardfieldtypeenum) of the field.                                                                                                                                                                  |
| FieldsCount                                                                                                             | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                                   | Returns the number of fields on the business card.                                                                                                                                                                                                                                                                            |
| [FieldsCountByType](/fine-reader/engine/api-reference/document-related-objects/businesscard/fieldscountbytype-property) | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                                   | Returns the number of fields of a specified type on the business card.                                                                                                                                                                                                                                                        |
| Region                                                                                                                  | [Region](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)              | 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](/fine-reader/engine/guided-tour/advanced-techniques/working-with-images#black-and-white) plane of the corresponding image. |

## Methods

| Name                                                                                                          | Description                                          |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [ExportToVCard](/fine-reader/engine/api-reference/document-related-objects/businesscard/exporttovcard-method) | Exports the business card to a file in vCard format. |

## Related objects

<img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/businesscard.gif?s=3c1ad05bfd017493d16144cd4b25c85a" alt="BusinessCard" width="170" height="178" data-path="images/fine-reader/engine/businesscard.gif" />[](/fine-reader/engine/api-reference/document-related-objects/businesscard/fieldbytype-property)[](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region)[](/fine-reader/engine/api-reference/document-related-objects/frpage)[](/fine-reader/engine/api-reference/document-related-objects/businesscard/field-property)[](/fine-reader/engine/api-reference/document-related-objects/businesscardfield)[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/fine-reader/engine/api-reference/document-related-objects/businesscards)[](/fine-reader/engine/api-reference/document-related-objects/frdocument)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## Output parameter

This object is the output parameter of the following methods:

* [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) method of the [BusinessCards](/fine-reader/engine/api-reference/document-related-objects/businesscards) object
* [SynthesizeBusinessCard](/fine-reader/engine/api-reference/document-related-objects/frpage/synthesizebusinesscard-method) and [SynthesizeBusinessCardEx](/fine-reader/engine/api-reference/document-related-objects/frpage/synthesizebusinesscardex-method) methods of the [FRPage](/fine-reader/engine/api-reference/document-related-objects/frpage) object

## Samples

This object is used in the following samples: [HelloBCR](/fine-reader/engine/guided-tour/samples#hellobcr) (Win), [BCR](/fine-reader/engine/guided-tour/samples#bcr_linux) (Linux), and [Business Card Recognition](/fine-reader/engine/guided-tour/samples#bcr_mac) (macOS).

## See also

[Business Card Recognition](/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation/business-card-recognition)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
