MBIDetectionCode

enum MBIDetectionCode {}

Enum for type of detection status.

  • Object detection has failed.

    Declaration

    Objective-C

    MBIDetectionCodeFail = 0

    Swift

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

    Declaration

    Objective-C

    MBIDetectionCodeFallback

    Swift

    case fallback = 1
  • Object detection has succeded.

    Declaration

    Objective-C

    MBIDetectionCodeSuccess

    Swift

    case success = 2