ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineBusinessCard Structure

This structure represents a business card.

C Syntax
typedef struct tagCFineBusinessCard {
    CFineBcrField* Fields;
    int            FieldsCount;
} CFineBusinessCard;

Fields

Name Type Description
Fields CFineBcrField* Stores the array of business card fields.
FieldsCount int Stores the number of fields.

Output parameter

This structure is the output parameter of the FineAnalyzeTextAsBusinessCard, FineRecognizeBusinessCard functions.