scanResult QML Value Type

Result of a barcode scan attempt. More...

Import Statement: import org.kde.prison.scanner
In C++: ScanResult

Properties

Detailed Description

A scan result consists of the barcode content (which can be text or binary data), the barcode format and the position in the video frame the barcode was detected.

Property Documentation

binaryData : bool [read-only]


boundingRect : rect [read-only]


content : variant [read-only]


format : enumeration [read-only]

ConstantValue
scanResult.NoFormat
scanResult.Aztec
scanResult.Codabar
scanResult.Code39
scanResult.Code93
scanResult.Code128
scanResult.DataBar
scanResult.DataBarExpanded
scanResult.DataMatrix
scanResult.EAN8
scanResult.EAN13
scanResult.ITF
scanResult.MaxiCode
scanResult.PDF417
scanResult.QRCode
scanResult.UPCA
scanResult.UPCE

hasBinaryData : bool [read-only]


hasContent : bool [read-only]


hasText : bool [read-only]


text : string [read-only]