Dev Center
Swift
Objective-C
Table of contents

Class iLocalizationResult

The iLocalizationResult extends the class iTextResult and iIntermediateResult. It stores the barcode localization data.

@interface iLocalizationResult
Attribute Type Description
terminatePhase EnumTerminatePhase The terminate phase of localization result.
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.
resultPoints NSArray * The vertices coordinates information of the barcode region.
angle NSInteger The angle of a barcode. Values range is from 0 to 360.
moduleSize NSInteger The barcode module size (the minimum bar width in pixel).
pageNumber NSInteger The page number the barcode located in. The index is 0-based.
regionName NSString * The region name the barcode located in.
documentName NSString * The document name.
resultCoordinateType EnumResultCoordinateType The coordinate type.
accompanyingTextBytes NSData * The accompanying text content in a byte array.
accompanyingTextBytesLength NSInteger The length of the accompanying text byte array.
confidence NSInteger The confidence of the localization result.

terminatePhase

The terminate phase of localization result.

EnumTerminatePhase terminatePhase

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

resultPoints

The resultPoints are Four CGPoints that localize the result area.

NSArray* resultPoints

angle

The angle of a barcode. Values range is from 0 to 360.

NSInteger angle

moduleSize

The barcode module size (the minimum bar width in pixel).

NSInteger moduleSize

pageNumber

The page number the barcode located in. The index is 0-based.

NSInteger pageNumber

regionName

The region name the barcode located in.

NSString* regionName

documentName

The document name.

NSString* documentName

resultCoordinateType

The coordinate type.

EnumResultCoordinateType resultCoordinateType

accompanyingTextBytes

The accompanying text content in a byte array.

NSData* accompanyingTextBytes

accompanyingTextBytesLength

The length of the accompanying text byte array.

NSInteger accompanyingTextBytesLength

confidence

The confidence of the localization result.

NSInteger confidence

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

version 9.2.13

  • 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 +