Scanbot SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
BarCodeItem

Contains the information about a single barcode. More...

#include <ScanbotSDK.hpp>

Public Attributes

std::string text
 The barcode data as text.
 
scanbotsdk_barcode_format_t format
 The barcode format, also called its symbology.
 
std::array< int, 8 > quad
 The coordinates of the barcode's quadrangle in the image.
 
std::vector< unsigned char > rawBytes
 The barcode data as raw bytes.
 

Detailed Description

Contains the information about a single barcode.

Member Data Documentation

◆ quad

std::array<int, 8> quad

The coordinates of the barcode's quadrangle in the image.

The coordinates are returned in the following order:

  • 0 : top-left-x,
  • 1 : top-left-y,
  • 2 : top-right-x,
  • 3 : top-right-y,
  • 4 : bottom-right-x,
  • 5 : bottom-right-y,
  • 6 : bottom-left-x,
  • 7 : bottom-left-y

The documentation for this struct was generated from the following file: