Box
@objcMembers
final public class Box : NSObject, Decodable
The extraction’s box attributes.
-
Undocumented
Declaration
Swift
public let height: Double
-
Undocumented
Declaration
Swift
public let left: Double
-
Undocumented
Declaration
Swift
public let page: Int
-
Undocumented
Declaration
Swift
public let top: Double
-
Undocumented
Declaration
Swift
public let width: Double
-
Undocumented
Declaration
Swift
public init(height: Double, left: Double, page: Int, top: Double, width: Double)
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool