Dev Center
Table of contents

ExtendedResult

Stores the extended result.

Typedefs

typedef struct tagExtendedResult  ExtendedResult
typedef struct tagExtendedResult*  PExtendedResult

Attributes

Attribute Type
resultType ResultType
barcodeFormat BarcodeFormat
barcodeFormatString const char *
barcodeFormat_2 BarcodeFormat_2
barcodeFormatString_2 const char *
confidence int
bytes unsigned char *
bytesLength int
accompanyingTextBytes unsigned char *
accompanyingTextBytesLength int
deformation int
detailedResult void *
samplingImage SamplingImageData
clarity int
reserved char[40]

resultType

Extended result type.

ResultType tagExtendedResult::resultType

barcodeFormat

Barcode type in BarcodeFormat group 1.

BarcodeFormat tagExtendedResult::barcodeFormat

barcodeFormatString

Barcode type as string.

const char* tagExtendedResult::barcodeFormatString

barcodeFormat_2

Barcode type in BarcodeFormat group 2.

BarcodeFormat_2 tagExtendedResult::barcodeFormat_2

barcodeFormatString_2

Deprecated. Use barcodeFormatString instead.

const char* tagExtendedResult::barcodeFormatString_2

confidence

The confidence of the result.

int tagExtendedResult::confidence

bytes

The content in a byte array.

unsigned char* tagExtendedResult::bytes

bytesLength

The length of the byte array.

int tagExtendedResult::bytesLength

accompanyingTextBytes

The accompanying text content in a byte array.

unsigned char* tagExtendedResult::accompanyingTextBytes

accompanyingTextBytesLength

The length of the accompanying text byte array.

int tagExtendedResult::accompanyingTextBytesLength

deformation

The deformation value.

int tagExtendedResult::deformation

detailedResult

One of the following: QRCodeDetails, PDF417Details, DataMatrixDetails, AztecDetails, OneDCodeDetails.

void* tagExtendedResult::detailedResult

samplingImage

The sampling image info.

SamplingImageData tagExtendedResult::samplingImage

clarity

The clarity of the barcode zone in percentage.

int tagExtendedResult::clarity

reserved

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

char tagExtendedResult::reserved[40]

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

latest version

  • Latest version
  • Version 10.x
    • Version 10.2.0
    • Version 10.0.20
    • Version 10.0.10
    • Version 10.0.0
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.30
    • Version 9.6.20
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.0
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +