Structures
Paint Structs
struct PaintInfo
init(paintedWalls: [WallInfo]) let paintedWalls: [WallInfo]
struct WallInfo
init(area: AreaInfo, paint: WallPaint) let area: AreaInfo let paint: WallPaint
struct AreaInfo
init(width: Double, height: Double) var area: Double var estimatedActualArea: Double let height: Double let width: Double
struct WallPaint
init(id: String, color: UIColor) let color: UIColor let id: String
Scene Information Structs
struct CameraAimInfo
init(surfaceType: SurfaceType, angle: Float) let surfaceType: SurfaceType let angle: Float
Abnormality Structs
struct ImageCapture
init(image: UIImage, width: Double, height: Double) let image: UIImage let width: Double let height: Double
struct AbnormalitiesInfo
init(abnormalities: [AbnormalityInfo]) let abnormalities: [AbnormalityInfo]
struct AbnormalityInfo
init(identifier: String, name: String, area: AreaInfo?) let identifier: String let name: String let area: AreaInfo
If at any point you need help from the Passio team, please reach out to us at support@passiolife.com
Last updated