ข้อมูลอ้างอิงเฟรมเวิร์ก MLKitBarcodeScanning

MLKBarcodeDriverLicense


@interface MLKBarcodeDriverLicense : NSObject

ตัวแทนให้ข้อมูลใบขับขี่หรือบัตรประจำตัว

ใบขับขี่ของ ANSI มีช่องมากกว่าที่แสดงในชั้นเรียนนี้ คุณใช้พร็อพเพอร์ตี้ rawValue ของ Barcode เพื่อเข้าถึงช่องอื่นๆ ได้

  • ชื่อผู้ถือครอง

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *firstName;
  • ชื่อกลางของผู้ถือครอง

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *middleName;
  • นามสกุลเจ้าของ

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *lastName;
  • เพศของผู้ถือครอง 1 คือผู้ชาย และ 2 เป็นผู้หญิง

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *gender;
  • เมืองของที่อยู่เจ้าของ

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *addressCity;
  • รัฐที่อยู่ของเจ้าของ

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *addressState;
  • ถนนของที่อยู่เจ้าของ

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *addressStreet;
  • รหัสไปรษณีย์ของที่อยู่ผู้ถือครอง

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *addressZip;
  • วันเกิดเจ้าของ รูปแบบวันที่จะขึ้นอยู่กับประเทศที่ออก

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *birthDate;
  • DL สำหรับใบขับขี่ และ ID สำหรับบัตรประจำตัว

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *documentType;
  • หมายเลขใบขับขี่

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *licenseNumber;
  • วันที่หมดอายุของใบขับขี่ รูปแบบวันที่จะขึ้นอยู่กับประเทศที่ออก

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *expiryDate;
  • รูปแบบวันที่จะขึ้นอยู่กับประเทศที่ออก

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *issuingDate;
  • ประเทศที่ออก DL/ID

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *issuingCountry;
  • ไม่พร้อมใช้งาน

    คำประกาศ

    Objective-C

    - (nonnull instancetype)init;