MBColombiaIdFrontRecognizerResult

Class representing values obtained when scanning front side of the Colombia Id

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The document Number of the Colombia Id.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull documentNumber;

    Swift

    var documentNumber: String { get }
  • The first Name of the Colombia Id owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull firstName;

    Swift

    var firstName: String { get }
  • The last Name of the Colombia Id owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull lastName;

    Swift

    var lastName: String { get }