QRCodeSquareInfo

data class QRCodeSquareInfo(val type: QRCodeSquareType, val region: QRCodeRegion)(source)

Returns information on the square itself. It has the type of square and its region within its relative type.

For example, if type = POSITION_PROBE then region will represent where within the Position Probe this square is positioned. A region of QRCodeRegion.TOP_LEFT_CORNER for example represents the top left corner of the position probe this particular square is part of (a QRCode have 3 position probes).

Constructors

Link copied to clipboard
constructor(type: QRCodeSquareType, region: QRCodeRegion)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard