SBSDKUIPageFileType

enum SBSDKUIPageFileType : NSInteger {}

Enumeration of image type classifiers. *

  • The image is the uncropped full image that was captured from the camera.

    Declaration

    Objective-C

    SBSDKUIPageFileTypeOriginal
  • The image only contains the cropped and perspective-corrected document portion of the original camera image.

    Declaration

    Objective-C

    SBSDKUIPageFileTypeDocumentUnfiltered
  • The image contains the cropped, perspective-corrected and filtered document portion of the original camera image.

    Declaration

    Objective-C

    SBSDKUIPageFileTypeDocument