ScannedCode
iOS
interface ScannedCode extends ScannedObjectRepresents a machine-readable code, such as a QR code.
Properties
boundingBox
readonly boundingBox: BoundingBoxThe bounding box coordinates of this ScannedObject.
Coordinates are in camera-space (0.0 ... 1.0), and can be
converted to view-space via the PreviewView.
Inherited from
cornerPoints
readonly cornerPoints: Point[]The corner points outlining this ScannedCode.
Coordinates are in camera-space (0.0 ... 1.0), and can be
converted to view-space via the PreviewView.
type
readonly type: ScannedObjectTypeThe ScannedObjectType of this ScannedObject.
Inherited from
value?
readonly optional value: stringThe decoded string value of this ScannedCode, or undefined
if the value cannot be decoded.
This is error-corrected.