China One-Way Permit to Hong Kong/Macau Back MRZ Result
Defined in package com.scandit.datacapture.id.capture
- ChinaOneWayPermitBackMrzResult
class ChinaOneWayPermitBackMrzResult
Added in version 6.16.0
Information obtained from the Machine Readable Zone (MRZ) present on the back of a One-Way Permit to Hong Kong/Macau issued by the People’s Republic of China.
- documentCode
@NonNull String getDocumentCode()
Added in version 6.16.0
The document type code. Always “QS”.
- namesAreTruncated
boolean
getNamesAreTruncated()Added in version 6.16.0
Indicates whether the first or the last names are truncated. For more information please refer to the official specification.
- capturedMrz
@NonNull String getCapturedMrz()
Added in version 6.16.0
The full MRZ text as it appears on a document.
- equals(other)
boolean
equals(@Nullable Object other)Added in version 6.16.0
Indicates whether some other object is equal to this one.
- hashCode()
int
hashCode()Added in version 6.16.0
Returns a hash code value for the object.