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

Stores the information of the barcode. More...

Public Attributes

string barcodeText
 The barcode text, ends by '\0' More...
 
string barcodeBytes
 The barcode content in a byte array More...
 
int barcodeFormat
 Barcode type in BarcodeFormat group 1 More...
 
string barcodeFormatString
 Barcode type in BarcodeFormat group 1 as string More...
 
int barcodeFormat_2
 Barcode type in BarcodeFormat group 2 More...
 
string barcodeFormatString_2
 Barcode type in BarcodeFormat group 2 as string More...
 
int confidence
 The confidence score of barcode More...
 
int x1
 The X coordinate of the first point More...
 
int y1
 The Y coordinate of the first point More...
 
int x2
 The X coordinate of the second point in a clockwise direction More...
 
int y2
 The Y coordinate of the second point in a clockwise direction More...
 
int x3
 The X coordinate of the third point in a clockwise direction More...
 
int y3
 The Y coordinate of the third point in a clockwise direction More...
 
int x4
 The X coordinate of the fourth point in a clockwise direction More...
 
int y4
 The Y coordinate of the fourth point in a clockwise direction More...
 

Detailed Description

Stores the information of the barcode.

Member Data Documentation

◆ barcodeBytes

string Dynamsoft.Panorama.BarcodeInfo.barcodeBytes

The barcode content in a byte array

◆ barcodeFormat

int Dynamsoft.Panorama.BarcodeInfo.barcodeFormat

Barcode type in BarcodeFormat group 1

◆ barcodeFormat_2

int Dynamsoft.Panorama.BarcodeInfo.barcodeFormat_2

Barcode type in BarcodeFormat group 2

◆ barcodeFormatString

string Dynamsoft.Panorama.BarcodeInfo.barcodeFormatString

Barcode type in BarcodeFormat group 1 as string

◆ barcodeFormatString_2

string Dynamsoft.Panorama.BarcodeInfo.barcodeFormatString_2

Barcode type in BarcodeFormat group 2 as string

◆ barcodeText

string Dynamsoft.Panorama.BarcodeInfo.barcodeText

The barcode text, ends by '\0'

◆ confidence

int Dynamsoft.Panorama.BarcodeInfo.confidence

The confidence score of barcode

◆ x1

int Dynamsoft.Panorama.BarcodeInfo.x1

The X coordinate of the first point

◆ x2

int Dynamsoft.Panorama.BarcodeInfo.x2

The X coordinate of the second point in a clockwise direction

◆ x3

int Dynamsoft.Panorama.BarcodeInfo.x3

The X coordinate of the third point in a clockwise direction

◆ x4

int Dynamsoft.Panorama.BarcodeInfo.x4

The X coordinate of the fourth point in a clockwise direction

◆ y1

int Dynamsoft.Panorama.BarcodeInfo.y1

The Y coordinate of the first point

◆ y2

int Dynamsoft.Panorama.BarcodeInfo.y2

The Y coordinate of the second point in a clockwise direction

◆ y3

int Dynamsoft.Panorama.BarcodeInfo.y3

The Y coordinate of the third point in a clockwise direction

◆ y4

int Dynamsoft.Panorama.BarcodeInfo.y4

The Y coordinate of the fourth point in a clockwise direction