| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure represents a business card field.
typedef struct tagCFineBcrField {
TBcrFieldType Type;
int TextLinesCount;
CFineTextLine* TextLines;
int ComponentsCount;
CFineBcrFieldComponent* Components;
} CFineBcrField;
| Name | Type | Description |
|---|---|---|
| Components | CFineBcrFieldComponent* | Stores the field components. The field components are stored in the order of appearance on the business card. |
| ComponentsCount | int | Stores the number of field components. It is zero if the field is not divided. |
| TextLines | CFineTextLine* | Stores recognized text in the card field. It may contain several lines. |
| TextLinesCount | int | Stores the number of text lines in the card field. |
| Type | TBcrFieldType | Stores the type of a business card field. |