ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Enumerations

TBcrFieldType

TBcrFieldType enumeration constants are used to describe different types of business card fields.

typedef enum tagTBcrFieldType {
    BFT_Phone,
    BFT_Fax,
    BFT_Mobile,
    BFT_Email,
    BFT_Web,
    BFT_Address,
    BFT_Name,
    BFT_Company,
    BFT_Job,
    BFT_Text,
    BFT_Count
} TBcrFieldType; 

Elements

Name Description
BFT_Phone A phone number.
BFT_Fax A fax number.
BFT_Mobile A cell phone number.
BFT_Email An e-mail address.
BFT_Web A web address.
BFT_Address A post address.
BFT_Name A full name.
BFT_Company A company name.
BFT_Job A job title.
BFT_Text The recognized text.
BFT_Count The auxiliary constant which stores the number of constants in the enumeration.

See also

CFineBcrField