Id Images
Defined in package com.scandit.datacapture.id
- IdImages
class IdImagesAdded in version 8.6.0
A class that contains the extracted images from a document.
- face
val face: CapturedImage?
Added in version 8.6.0
Returns a bitmap corresponding to a photo of the document’s holder. This method is only supported for documents whose Visual Inspection Zone (VIZ) has been captured.
- croppedDocument(side)
fun croppedDocument(side: IdSide): CapturedImage?
Added in version 8.6.0
Returns a bitmap of a cropped image of the specified document side. This method is only supported for documents whose Visual Inspection Zone (VIZ) has been captured.
- frame
val frame: CapturedImage?
Added in version 8.6.0
Returns a bitmap corresponding the full frame the document was captured on.
- frame(side)
fun frame(side: IdSide): CapturedImage?
Added in version 8.6.0
Returns a bitmap of the full frame the specified document side was captured on.