Rejected ID

Defined in package com.scandit.datacapture.id.data

RejectedId
class RejectedId

Added in version 6.10.0

An information about a document or its part recognized in a frame, but rejected. A document is rejected if (a) it’s not enabled in the settings (see IdCaptureSettings.supportedDocuments), (b) it’s a barcode of a correct symbology or a Machine Readable Zone (MRZ), but the data is encoded in an unexpected/incorrect format.

location
@NonNull Quadrilateral getLocation()

Added in version 6.10.0

The location of a document or its part within the frame.

rejectionReason
RejectionReason getRejectionReason()

Added in version 6.24.0

The reason why the document was rejected.

equals(other)
boolean equals(@Nullable Object other)

Added in version 6.10.0

Indicates whether some other object is equal to this one.

hashCode()
int hashCode()

Added in version 6.10.0

Returns a hash code value for the object.