| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure represents a business card.
typedef struct tagCFineBusinessCard {
CFineBcrField* Fields;
int FieldsCount;
} CFineBusinessCard;
| Name | Type | Description |
|---|---|---|
| Fields | CFineBcrField* | Stores the array of business card fields. |
| FieldsCount | int | Stores the number of fields. |
This structure is the output parameter of the FineAnalyzeTextAsBusinessCard, FineRecognizeBusinessCard functions.