Dev Center
Swift
Objective-C
Table of contents

Class iTextResult

Stores the text result data.

@interface iTextResult
Attribute Type Description
barcodeFormat EnumBarcodeFormat Barcode type in BarcodeFormat group 1.
barcodeFormatString NSString * Barcode type in BarcodeFormat group 1 as string.
barcodeFormat_2 EnumBarcodeFormat2 Barcode type in BarcodeFormat group 2.
barcodeFormatString_2 NSString * Barcode type in BarcodeFormat group 2 as string.
barcodeText NSString * The barcode text, ends by ‘\0’.
barcodeBytes NSData * The barcode content in a byte array.
localizationResult iLocalizationResult The corresponding localization result.
detailedResult NSObject * One of the following: iQRCodeDetails, iPDF417Details, iDataMatrixDetails, iAztecDetails, iOneDCodeDetails.
extendedResults NSArray<iExtendedResult> The extended result array.
exception NSString * The exception message.

barcodeFormat

Barcode type in BarcodeFormat group 1.

EnumBarcodeFormat barcodeFormat

barcodeFormatString

Barcode type in BarcodeFormat group 1 as string.

NSString* barcodeFormatString

barcodeFormat_2

Barcode type in BarcodeFormat group 2.

EnumBarcodeFormat2 barcodeFormat_2

barcodeFormatString_2

Barcode type in BarcodeFormat group 2 as string.

NSString* barcodeFormatString_2

barcodeText

The barcode text, ends by ‘\0’.

NSString* barcodeText

barcodeBytes

The barcode content in a byte array.

NSData* barcodeBytes

localizationResult

The corresponding localization result.

iLocalizationResult* localizationResult

detailedResult

One of the following: iQRCodeDetails, iPDF417Details, iDataMatrixDetails, iAztecDetails, iOneDCodeDetails.

NSObject* detailedResult

extendedResults

The extended result array.

NSArray<iExtendedResult*>* extendedResults

exception

The exception message.

NSString* 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 +