MBDetectionCode

enum MBDetectionCode {}

Enum for type of detection status.

  • Object detection has failed.

    Declaration

    Objective-C

    MBDetectionCodeFail = 0

    Swift

    case fail = 0
  • Object was detected partially. Only some PhotoPay detectors support this.

    Declaration

    Objective-C

    MBDetectionCodeFallback

    Swift

    case fallback = 1
  • Object detection has succeded.

    Declaration

    Objective-C

    MBDetectionCodeSuccess

    Swift

    case success = 2