scanResult QML Value Type
Result of a barcode scan attempt. More...
Import Statement: | import org.kde.prison.scanner |
In C++: | ScanResult |
Properties
- binaryData : bool
- boundingRect : rect
- content : variant
- format : enumeration
- hasBinaryData : bool
- hasContent : bool
- hasText : bool
- text : string
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 |
boundingRect : rect |
content : variant |
format : enumeration |
Constant | Value |
---|---|
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 |
hasContent : bool |
hasText : bool |
text : string |