MBEncodedCombinedFullDocumentImageResult
@protocol MBEncodedCombinedFullDocumentImageResult
@required
/**
* JPEG-encoded full document image of the front side of the document. Available only if enabled with `MBEncodeFullDocumentImage encodeFullDocumentImage` property.
*/
@property (nonatomic, readonly, nullable) NSData* encodedFullDocumentFrontImage;
/**
* JPEG-encoded full document image of the back side of the document. Available only if enabled with `MBEncodeFullDocumentImage encodeFullDocumentImage` property.
*/
@property (nonatomic, readonly, nullable) NSData* encodedFullDocumentBackImage;
@end
Undocumented
-
JPEG-encoded full document image of the front side of the document. Available only if enabled with
MBEncodeFullDocumentImage encodeFullDocumentImage
property.Declaration
Objective-C
@required @property (readonly, nonatomic, nullable) NSData *encodedFullDocumentFrontImage;
Swift
var encodedFullDocumentFrontImage: UnsafeMutablePointer<Int32>? { get }
-
JPEG-encoded full document image of the back side of the document. Available only if enabled with
MBEncodeFullDocumentImage encodeFullDocumentImage
property.Declaration
Objective-C
@required @property (readonly, nonatomic, nullable) NSData *encodedFullDocumentBackImage;
Swift
var encodedFullDocumentBackImage: UnsafeMutablePointer<Int32>? { get }