Enumerations

The following enumerations are available globally.

  • The different possible enhancements

    See more

    Declaration

    Objective-C

    enum GSKFilterType {}

    Swift

    enum GSKFilterType : Int
  • Quadrangle detection options

    See more

    Declaration

    Objective-C

    enum GSKDetectQuadrangleOptions {}

    Swift

    struct GSKDetectQuadrangleOptions : OptionSet
  • The source for a scan flow

    See more

    Declaration

    Objective-C

    enum GSKScannerUISource {}

    Swift

    enum GSKScannerUISource : UInt
  • The different possible filters for the scanner UI.

    The possible values match the GSKFilterType values except automatic.

    Declaration

    Objective-C

    enum GSKScannerUIFilterType {}

    Swift

    enum GSKScannerUIFilterType : Int