| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
CFineBcrFieldComponent Structure
This structure defines a component of the business card field.
typedef struct tagCFineBcrFieldComponent {
TBcrComponentType Type;
int TextLinesCount;
CFineTextLine* TextLines;
} CFineBcrFieldComponent;
| Name | Type | Description |
|---|---|---|
| TextLines | CFineTextLine* | Stores the recognized text of the component. It may contain several lines. |
| TextLinesCount | int | Stores the number of text lines in the component. |
| Type | TBcrComponentType | Stores the component type. |