ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineBarcode Structure

This structure describes the result of the barcode recognition.

C Syntax
typedef struct tagCFineBarcode {
    TFineBarcodeType Type; 
    CFineTextLine    TextLine; 
} CFineBarcode;

Fields

Name Type Description
TextLine CFineTextLine Stores the recognized text of the barcode.
Type TFineBarcodeType Stores the barcode type.

Output parameter

This structure is the output parameter of the FineRecognizeBarcode function.

See also

CFineLayout