GSKScanFlowResult
@interface GSKScanFlowResult : NSObject
The result of a scan flow
-
The PDF generated at the end of the scan flow
Declaration
Objective-C
@property (nonatomic, strong, readwrite) NSURL *_Nonnull pdfURL;
Swift
var pdfURL: URL { get set }
-
The individual scans taken during the scan flow.
Each scan object contains both the original and the enhanced scans.
Declaration
Objective-C
@property (nonatomic, strong, readwrite) NSArray<GSKScanFlowScan *> *_Nonnull scans;
Swift
var scans: [GSKScanFlowScan] { get set }