Atalasoft MobileImage API Reference
|
This object represents passport data. More...
#import <kfxPassportData.h>
Properties | |
kfxDataField * | firstName |
First name. More... | |
kfxDataField * | middleName |
Middle name. More... | |
kfxDataField * | lastName |
Last name. More... | |
kfxDataField * | dateOfBirth |
Birth date. More... | |
kfxDataField * | gender |
Gender. More... | |
kfxDataField * | issueDate |
ID issue date. More... | |
kfxDataField * | expirationDate |
ID expiration date. More... | |
kfxDataField * | passportNumber |
Passport number. More... | |
kfxDataField * | country |
Country short name. More... | |
kfxDataField * | countryLong |
Country full name. More... | |
kfxDataField * | nationality |
Nationality. More... | |
kfxDataField * | personalNumber |
Personal number. More... | |
kfxDataField * | MRZ1 |
Machine readable zone 1. More... | |
kfxDataField * | MRZ2 |
Machine readable zone 2. More... | |
NSString * | rawData |
Raw data. More... | |
Properties inherited from kfxCaptureData | |
NSString * | originalImage |
Identifier for the image captured by capture view controller classes. More... | |
NSString * | processedImage |
Identifier for the image processed by image processor. More... | |
This object represents passport data.
Contains the information extracted from passport image.
|
readwritenonatomicstrong |
Country short name.
This property contains the short country name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Country full name.
This property contains the full country name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Birth date.
This property contains the person's birth date. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
ID expiration date.
This property contains the ID expiration date. When automatically populated, the value string has yyyy-mm-dd format. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
First name.
This property contains the person's first name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Gender.
This property contains the person's gender. When automatically populated, the value string is "M" or "F". The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
ID issue date.
This property contains the ID issue date. When automatically populated, the value string has yyyy-mm-dd format. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Last name.
This property contains the person's last name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Middle name.
This property contains the person's middle name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Machine readable zone 1.
This property contains the MRZ1. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Machine readable zone 2.
This property contains the MRZ2. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Nationality.
This property contains the person's nationality. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Passport number.
This property contains the passport number. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Personal number.
This property contains the personal number. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Raw data.
This property contains raw JSON string with response from extraction server.