MBLicensePlatesParserResult


@interface MBLicensePlatesParserResult : MBParserResult <NSCopying>

MBLicensePlatesParser is used for parsing license plates

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Returns the recognized license plate number or empty string if recognition failed.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nullable) NSString *licensePlate;

    Swift

    var licensePlate: String? { get }