GSKScan

Objective-C

@interface GSKScan : NSObject

Swift

class GSKScan : NSObject

A scan, the result of the camera output. It encapsulates a simple file path as well as additional information on the capture.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithImage:(UIImage *)image;

    Swift

    init(image: UIImage)
  • A filepath including the filename to store the unrotated original JPEG out of the camera

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) UIImage *_Nonnull image;

    Swift

    var image: UIImage { get }