Argentina ID Barcode Result
Defined in package com.scandit.datacapture.id.capture
- ArgentinaIdBarcodeResult
class ArgentinaIdBarcodeResult
Added in version 6.8.0
Information obtained from the PDF417 barcode present on the front of an Argentina ID (Documento Nacional de Identidad) specific to this kind of document.
- personalIdNumber
@NonNull String getPersonalIdNumber()
Added in version 6.8.0
The personal ID Number of the document holder.
- documentCopy
@NonNull String getDocumentCopy()
Added in version 6.8.0
Identifies if the document has been duplicated. “A” for the original document that the holder received. The subsequent copies (received for example due to theft, loss or destruction of the previous document) are marked as “B”, “C” and so on.
- equals(other)
boolean
equals(@Nullable Object other)Added in version 6.8.0
Indicates whether some other object is equal to this one.
- hashCode()
int
hashCode()Added in version 6.8.0
Returns a hash code value for the object.