China Exit-Entry Permit MRZ Result
Defined in package com.scandit.datacapture.id.capture
- ChinaExitEntryPermitMrzResult
class ChinaExitEntryPermitMrzResult
Added in version 6.14.0
Information obtained from the Machine Readable Zone (MRZ) of an Exit-Entry Permit for Travelling to and from Hong Kong and Macau (往来港澳通行证) or an Exit-Entry Permit for Travelling to and from Taiwan (往来台灣通行证) issued by the People’s Republic of China.
- documentCode
@NonNull String getDocumentCode()
Added in version 6.14.0
The document type code. One of the following values:
CS - indicates an Exit-Entry Permit for Travelling to and from Hong Kong and Macau (往来港澳通行证);
CD - indicates an Exit-Entry Permit for Travelling to and from Taiwan (往来台灣通行证).
- capturedMrz
@NonNull String getCapturedMrz()
Added in version 6.14.0
The full MRZ text as it appears on a document.
- equals(other)
boolean
equals(@Nullable Object other)Added in version 6.14.0
Indicates whether some other object is equal to this one.
- hashCode()
int
hashCode()Added in version 6.14.0
Returns a hash code value for the object.