| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure describes the result of the barcode recognition.
typedef struct tagCFineBarcode {
TFineBarcodeType Type;
CFineTextLine TextLine;
} CFineBarcode;
| Name | Type | Description |
|---|---|---|
| TextLine | CFineTextLine | Stores the recognized text of the barcode. |
| Type | TFineBarcodeType | Stores the barcode type. |
This structure is the output parameter of the FineRecognizeBarcode function.