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

# BusinessCardFieldTypeEnum

> BusinessCardFieldTypeEnum in the ABBYY FineReader Engine API — Types of fields that can be found on business cards (phone, fax, email, etc.).

BusinessCardFieldTypeEnum enumeration constants are used to denote the types of fields which can be found on business cards.

```
typedef enum {
 BCFT_Phone,
 BCFT_Fax,
 BCFT_Mobile,
 BCFT_Email,
 BCFT_Web,
 BCFT_Address,
 BCFT_Name,
 BCFT_Company,
 BCFT_Job,
 BCFT_Text,
 BCFT_Unknown
} BusinessCardFieldTypeEnum;
```

## Elements

| Name            | Description                                                                                                                                                                                                    |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| BCFT\\\_Address | Company address.                                                                                                                                                                                               |
| BCFT\\\_Company | Company name.                                                                                                                                                                                                  |
| BCFT\\\_Email   | E-mail.                                                                                                                                                                                                        |
| BCFT\\\_Fax     | Fax.                                                                                                                                                                                                           |
| BCFT\\\_Job     | Position in the company.                                                                                                                                                                                       |
| BCFT\\\_Mobile  | Mobile phone number.                                                                                                                                                                                           |
| BCFT\\\_Name    | Personal name.                                                                                                                                                                                                 |
| BCFT\\\_Phone   | Phone number.                                                                                                                                                                                                  |
| BCFT\\\_Text    | All text recognized on a business card.                                                                                                                                                                        |
| BCFT\\\_Unknown | Unknown field type. This constant can be used as the value of the [ITextBlock::BusinessCardFieldType](/fine-reader/engine/api-reference/layout-related-objects/textblock#businesscardfieldtype) property only. |
| BCFT\\\_Web     | Website.                                                                                                                                                                                                       |

## Used in

[IBusinessCardField::Type](/fine-reader/engine/api-reference/document-related-objects/businesscardfield#type)

[IBusinessCard::FieldsCountByType](/fine-reader/engine/api-reference/document-related-objects/businesscard/fieldscountbytype-property)

[IBusinessCard::FieldByType](/fine-reader/engine/api-reference/document-related-objects/businesscard/fieldbytype-property)

[ITextBlock::BusinessCardFieldType](/fine-reader/engine/api-reference/layout-related-objects/textblock#businesscardfieldtype)
