Barcode Info
Defined in framework ScanditBarcodeCapture
- BarcodeInfo
open class BarcodeInfo : NSObject
Added in version 6.10.0
A class used to instantiate a barcode with the specified information. Can be used to create Barcode mocks for unit testing.
- init
init(symbology: Symbology, data: String, location: Quadrilateral)
Added in version 6.10.0
- symbology
open var symbology: Symbology { get }
Added in version 6.10.0
The symbology of the barcode.
- data
open var data: String { get }
Added in version 6.10.0
The data of a barcode as a unicode string.
- location
open var location: Quadrilateral { get }
Added in version 6.10.0
The location of the code. For more info see Barcode