MBVinParserResult


@interface MBVinParserResult : MBParserResult <NSCopying>

MBVinParser is used for parsing VIN numbers

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • vin

    Returns the recognized VIN number or empty string if recognition failed.

    Declaration

    Objective-C

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

    Swift

    var vin: String? { get }