MBILicensePlatesParserResult


@interface MBILicensePlatesParserResult : MBIParserResult <NSCopying>

MBILicensePlatesParser is used for parsing license plates

  • Unavailable

    Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Swift

    var licensePlate: String? { get }