Box
@objcMembers
final public class Box : NSObject
extension Extraction.Box: 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
View on GitHub
Box Class Reference