Dev Center
Swift
Objective-C
Table of contents

TextResult

Stores the text result.

class com.dynamsoft.dbr.TextResult;
Attribute Type Descriptions
barcodeFormat int Barcode type in BarcodeFormat group 1.
barcodeFormatString String Barcode type in BarcodeFormat group 1 as string.
barcodeFormat_2 int Barcode type in BarcodeFormat group 2.
barcodeFormatString_2 String Barcode type in BarcodeFormat group 2 as string.
barcodeText String The barcode text, ends by ‘\0’.
barcodeBytes byte[] The barcode content in a byte array.
localizationResult LocalizationResult* The corresponding localization result.
detailedResult Object One of the following: QRCodeDetails, PDF417Details, DataMatrixDetails, AztecDetails, OneDCodeDetails.
results ExtendedResult[] The extended result array.
exception String The exception message.

barcodeFormat

Barcode type in BarcodeFormat group 1.

int barcodeFormat

Value Range

One of the EnumBarcodeFormat Enumeration value.

See Also

EnumBarcodeFormat, EnumBarcodeFormat_2

barcodeFormatString

Barcode type in BarcodeFormat group 1 as string.

String barcodeFormatString

Value Range

One of the barcode type in EnumBarcodeFormat.

See Also

EnumBarcodeFormat, EnumBarcodeFormat_2

barcodeFormat_2

Barcode type in BarcodeFormat group 2.

int barcodeFormat_2

Value Range

One of the EnumBarcodeFormat_2 Enumeration items

See Also

EnumBarcodeFormat, EnumBarcodeFormat_2

barcodeFormatString_2

Barcode type in BarcodeFormat group 2 as string.

String barcodeFormatString_2

Value Range

One of the barcode type in EnumBarcodeFormat_2.

See Also

EnumBarcodeFormat, EnumBarcodeFormat_2

barcodeText

The text barcode decoding result. Ends by ‘\0’.

String barcodeText

barcodeBytes

The barcode content in a byte array.

byte[] barcodeBytes

localizationResult

The corresponding localization result.

LocalizationResult localizationResult

detailedResult

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

Object detailedResult

results

The extended result array.

ExtendedResult[] results

exception

The exception message.

String exception

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

version 8.2.5

  • Latest version (10.2.10)
  • Version 10.x
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.9.3
    • Version 8.9.1
    • Version 8.9.0
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.1
    • 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 +