SKIntent

enum SKIntent : NSUInteger {}

The type of needed scan. This setting appoint scanner to optimize the rest scan settings in order to perform the best scanning for the specified type. The rest settings that are specified by client may be ignored to perform the best result.

  • Scan settings are optimized for photo

    Declaration

    Objective-C

    kSKIntentPhoto = 0
  • Scan settings are optimized for text documents

    Declaration

    Objective-C

    kSKIntentDocument
  • Scan settings are optimized for a composite document with mixed text/graphic/photo content

    Declaration

    Objective-C

    kSKIntentTextAndGraphics
  • Scan settings are optimized for performance (fast output)

    Declaration

    Objective-C

    kSKIntentPreview
  • Scan settings are optimized for 3 dimensional objects - objects with depth

    Declaration

    Objective-C

    kSKIntentObject