MBIVinRecognizerResult


@interface MBIVinRecognizerResult : MBIRecognizerResult <NSCopying>

Recognizer that can perform recognition of VINs (Vehicle Identification Number).

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • vin

    Returns the recognized VIN or empty string if recognition failed.

    Declaration

    Objective-C

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

    Swift

    var vin: String? { get }