ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Enumerations

TBcrComponentType

TBcrComponentType enumeration constants are used to describe different types of components of the business card fields.

typedef enum tagTBcrComponentType {
    BCT_FirstName,
    BCT_MiddleName,
    BCT_LastName,
    BCT_ExtraName,
    BCT_Title,
    BCT_Degree,
    BCT_PhonePrefix,
    BCT_PhoneCountryCode,
    BCT_PhoneCode,
    BCT_PhoneBody,
    BCT_PhoneExtension,
    BCT_ZipCode,
    BCT_Country,
    BCT_City,
    BCT_StreetAddress,
    BCT_Region,
    BCT_JobPosition,
    BCT_JobDepartment,
    BCT_Count
} TBcrComponentType; 

Elements

Name Description
Constants related to the name field
BCT_FirstName The first name.
BCT_MiddleName The middle name.
BCT_LastName The last name.
BCT_ExtraName Additional information not included into the three above types.
BCT_Title The title.
BCT_Degree The degree.
Constants related to the phone number field
BCT_PhonePrefix An international access code.
BCT_PhoneCountryCode A country code.
BCT_PhoneCode An area code.
BCT_PhoneBody A local number.
BCT_PhoneExtension An internal extension.
Constants related to the post address field
BCT_ZipCode A zip code.
BCT_Country A country.
BCT_City A city.
BCT_StreetAddress A street.
BCT_Region A region.
Constants related to a job
BCT_JobPosition A job position.
BCT_JobDepartment A department.
 
BCT_Count Stores the number of the constants in the enumeration.

See also

CFineBcrFieldComponent