Enumerations
The following enumerations are available globally.
-
Quadrangle detection options
See moreDeclaration
Objective-C
enum GSKDetectQuadrangleOptions {}
-
The different possible enhancements
See moreDeclaration
Objective-C
enum GSKFilterType {}
-
Defines an image rotation by increment of 90 degrees.
Declaration
Objective-C
enum GSKRotation {}
Swift
enum GSKRotation : Int
-
The source for a scan flow
See moreDeclaration
Objective-C
enum GSKScanFlowSource {}
Swift
enum GSKScanFlowSource : UInt
-
The different possible filters for the scanner UI.
The possible values match the GSKFilterType values except
automatic
.Declaration
Objective-C
enum GSKScanFlowFilterType {}
Swift
enum GSKScanFlowFilterType : Int