GSKBestFilterResult
Deprecated
The best filter detection is part of GSKDocumentProcessor now.
@interface GSKBestFilterResult : NSObject
The result of the operation determining the best filter
-
The detected best post-processing to apply to the image.
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readonly) GSKFilterType filterType;
Swift
var filterType: GSKFilterType { get }