MBEncodedMrzImageResult
@protocol MBEncodedMrzImageResult
@required
/**
* JPEG-encoded MRZ image from the document if enabled with `MBEncodeMrzImage encodeMrzImage` property.
*/
@property (nonatomic, readonly, nullable) NSData* encodedMrzImage;
@end
Undocumented
-
JPEG-encoded MRZ image from the document if enabled with
MBEncodeMrzImage encodeMrzImage
property.Declaration
Objective-C
@required @property (readonly, nonatomic, nullable) NSData *encodedMrzImage;
Swift
var encodedMrzImage: UnsafeMutablePointer<Int32>? { get }