QRCode
Description
Holds information about QR code: its position, version, polarity and text which is encoded.Structure Fields
Type fields and default values (if defined) are described below:
Name | Type | Description |
---|---|---|
Position | Path | Position of found QR code. |
Text | String | Decoded text of QR code |
Version | Integer | Defines size of QR code.(e.g. Version 1 represents QR code 21x21) |
Polarity | Polarity | Polarity of found QR code (Dark or Bright) |