SBSDKLicensePlateScannerStrategy

enum SBSDKLicensePlateScannerStrategy : NSInteger {}

The strategy being used to scan a license plate.

  • Classic strategy using heuristic algorithms to find a license plate in an image.

    Declaration

    Objective-C

    SBSDKLicensePlateScannerStrategyClassic

    Swift

    case classic = 0
  • Machine learning based strategy using neural networks to find a license plate in an image.

    Declaration

    Objective-C

    SBSDKLicensePlateScannerStrategyML

    Swift

    case ML = 1