Id Images

Defined in framework ScanditIdCapture

SDCIdImages
@interface SDCIdImages : NSObject

Added in version 7.0.0

A class that contains the extracted images from a document.

face
@property (nonatomic, nullable, readonly) UIImage *face

Added in version 7.0.0

Returns a bitmap corresponding to a photo of the document’s holder.

- croppedDocumentForSide:
- (nullable UIImage *)croppedDocumentForSide:(SDCIdSide)side

Added in version 7.0.0

Returns a bitmap of a cropped image of the specified document side.

frame
@property (nonatomic, nullable, readonly) UIImage *frame

Added in version 7.0.0

Returns a bitmap corresponding the full frame the document was captured on.

- frameForSide:
- (nullable UIImage *)frameForSide:(SDCIdSide)side

Added in version 7.0.0

Returns a bitmap of the full frame the specified document side was captured on.