Dynamsoft Panorama - API Reference
Public Attributes | List of all members
BarcodeInfo Struct Reference

Public Attributes

DPS_BarcodeFormat barcodeFormat
 
const char * barcodeFormatString
 
DPS_BarcodeFormat_2 barcodeFormat_2
 
const char * barcodeFormatString_2
 
const char * barcodeText
 
unsigned char * barcodeBytes
 
int barcodeBytesLength
 
int confidence
 
int x1
 
int y1
 
int x2
 
int y2
 
int x3
 
int y3
 
int x4
 
int y4
 
char reserved [64]
 

Detailed Description

Stores the information of the barcode.

Member Data Documentation

◆ barcodeBytes

unsigned char* BarcodeInfo::barcodeBytes

The barcode content in a byte array

◆ barcodeBytesLength

int BarcodeInfo::barcodeBytesLength

The length of the byte array

◆ barcodeFormat

DPS_BarcodeFormat BarcodeInfo::barcodeFormat

Barcode type in BarcodeFormat group 1

◆ barcodeFormat_2

DPS_BarcodeFormat_2 BarcodeInfo::barcodeFormat_2

Barcode type in BarcodeFormat group 2

◆ barcodeFormatString

const char* BarcodeInfo::barcodeFormatString

Barcode type in BarcodeFormat group 1 as string

◆ barcodeFormatString_2

const char* BarcodeInfo::barcodeFormatString_2

Barcode type in BarcodeFormat group 2 as string

◆ barcodeText

const char* BarcodeInfo::barcodeText

The barcode text, ends by '\0'

◆ confidence

int BarcodeInfo::confidence

The confidence score of barcode

◆ reserved

char BarcodeInfo::reserved[64]

Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.

◆ x1

int BarcodeInfo::x1

The X coordinate of the first point

◆ x2

int BarcodeInfo::x2

The X coordinate of the second point in a clockwise direction

◆ x3

int BarcodeInfo::x3

The X coordinate of the third point in a clockwise direction

◆ x4

int BarcodeInfo::x4

The X coordinate of the fourth point in a clockwise direction

◆ y1

int BarcodeInfo::y1

The Y coordinate of the first point

◆ y2

int BarcodeInfo::y2

The Y coordinate of the second point in a clockwise direction

◆ y3

int BarcodeInfo::y3

The Y coordinate of the third point in a clockwise direction

◆ y4

int BarcodeInfo::y4

The Y coordinate of the fourth point in a clockwise direction