Id Images
Defined in package com.scandit.datacapture.id.data
- IdImages
class IdImages
Added in version 7.0.0
A class that contains the extracted images from a document.
- face
Bitmap getFace()
Added in version 7.0.0
Returns a bitmap corresponding to a photo of the document’s holder.
- getCroppedDocument(side)
Bitmap getCroppedDocument( IdSide side)
Added in version 7.0.0
Returns a bitmap of a cropped image of the specified document side.
- frame
Bitmap getFrame()
Added in version 7.0.0
Returns a bitmap corresponding the full frame the document was captured on.
- getFrame(side)
Bitmap getFrame(IdSide side)
Added in version 7.0.0
Returns a bitmap of the full frame the specified document side was captured on.
- equals(other)
boolean
equals(@Nullable Object other)Added in version 7.0.0
Indicates whether some other object is equal to this one.
- hashCode()
int
hashCode()Added in version 7.0.0
Returns a hash code value for the object.