FormXCameraViewConfiguration
public struct FormXCameraViewConfiguration
Undocumented
-
Undocumented
Declaration
Swift
public var showBoundingBox: Bool
-
Undocumented
Declaration
Swift
public var colorDetecting: UIColor
-
Undocumented
Declaration
Swift
public var colorPending: UIColor
-
Undocumented
Declaration
Swift
public var colorReady: UIColor
-
Undocumented
Declaration
Swift
public var colorNotDetected: UIColor
-
Undocumented
Declaration
Swift
public var showControls: Bool
-
Undocumented
Declaration
Swift
public var showCloseButton: Bool
-
Undocumented
Declaration
Swift
public var showTextIndicator: Bool
-
init(showBoundingBox:
colorDetecting: colorPending: colorReady: colorNotDetected: showControls: showCloseButton: showTextIndicator: ) Undocumented
Declaration
Swift
public init( showBoundingBox: Bool = true, colorDetecting: UIColor = UIColor(red: 1, green: 0.838, blue: 0.2, alpha: 1), colorPending: UIColor = UIColor(red: 1, green: 0.838, blue: 0.2, alpha: 1), colorReady: UIColor = UIColor(red: 0.153, green: 0.682, blue: 0.376, alpha: 1), colorNotDetected: UIColor = UIColor(red: 0.643, green: 0.149, blue: 0.173, alpha: 1), showControls: Bool = true, showCloseButton: Bool = true, showTextIndicator: Bool = true )