FormXLongReceiptCameraViewConfiguration
public struct FormXLongReceiptCameraViewConfiguration
Undocumented
-
Undocumented
Declaration
Swift
public var showBoundingBox: Bool
-
Undocumented
Declaration
Swift
public var colorBoundingBox: UIColor
-
Undocumented
Declaration
Swift
public var showCloseButton: Bool
-
Undocumented
Declaration
Swift
public var colorNotDetected: UIColor
-
Undocumented
Declaration
Swift
public var colorTooFarAway: UIColor
-
Undocumented
Declaration
Swift
public var colorMayStartNow: UIColor
-
Undocumented
Declaration
Swift
public var colorMoveCloser: UIColor
-
init(showBoundingBox:
colorBoundingBox: showCloseButton: colorNotDetected: colorTooFarAway: colorMayStartNow: colorMoveCloser: ) Undocumented
Declaration
Swift
public init( showBoundingBox: Bool = true, colorBoundingBox: UIColor = UIColor(red: 0.153, green: 0.682, blue: 0.376, alpha: 1), showCloseButton: Bool = true, colorNotDetected: UIColor = UIColor(red: 0.643, green: 0.149, blue: 0.173, alpha: 1), colorTooFarAway: UIColor = UIColor(red: 0.643, green: 0.149, blue: 0.173, alpha: 1), colorMayStartNow: UIColor = UIColor(red: 0.153, green: 0.682, blue: 0.376, alpha: 1), colorMoveCloser: UIColor = UIColor(red: 0.153, green: 0.682, blue: 0.376, alpha: 1) )