Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the localization result.
@interface iLocalizationResult
Attribute | Type |
---|---|
terminatePhase |
EnumTerminatePhase |
barcodeFormat |
EnumBarcodeFormat |
barcodeFormatString |
NSString * |
barcodeFormat_2 |
EnumBarcodeFormat2 |
barcodeFormatString_2 |
NSString * |
x1 |
NSInteger |
y1 |
NSInteger |
x2 |
NSInteger |
y2 |
NSInteger |
x3 |
NSInteger |
y3 |
NSInteger |
x4 |
NSInteger |
y4 |
NSInteger |
angle |
NSInteger |
moduleSize |
NSInteger |
pageNumber |
NSInteger |
regionName |
NSString * |
documentName |
NSString * |
resultCoordinateType |
EnumResultCoordinateType |
accompanyingTextBytes |
NSData * |
accompanyingTextBytesLength |
NSInteger |
confidence |
NSInteger |
The terminate phase of localization result.
EnumTerminatePhase terminatePhase
Barcode type in BarcodeFormat group 1.
EnumBarcodeFormat barcodeFormat
Barcode type in BarcodeFormat group 1 as string.
NSString* barcodeFormatString
Barcode type in BarcodeFormat group 2.
EnumBarcodeFormat2 barcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
NSString* barcodeFormatString_2
The X coordinate of the left-most point.
NSInteger x1
The Y coordinate of the left-most point.
NSInteger y1
The X coordinate of the second point in a clockwise direction.
NSInteger x2
The Y coordinate of the second point in a clockwise direction.
NSInteger y2
The X coordinate of the third point in a clockwise direction.
NSInteger x3
The Y coordinate of the third point in a clockwise direction.
NSInteger y3
The X coordinate of the fourth point in a clockwise direction.
NSInteger x4
The Y coordinate of the fourth point in a clockwise direction.
NSInteger y4
The angle of a barcode. Values range is from 0 to 360.
NSInteger angle
The barcode module size (the minimum bar width in pixel).
NSInteger moduleSize
The page number the barcode located in. The index is 0-based.
NSInteger pageNumber
The region name the barcode located in.
NSString* regionName
The document name.
NSString* documentName
The coordinate type.
EnumResultCoordinateType resultCoordinateType
The accompanying text content in a byte array.
NSData* accompanyingTextBytes
The length of the accompanying text byte array.
NSInteger accompanyingTextBytesLength
The confidence of the localization result.
NSInteger confidence
latest version