MBDigitalSignature
@protocol MBDigitalSignature
@required
/**
* Whether or not recognition result should be signed.
*
* Default: NO
*/
@property (nonatomic, assign) BOOL signResult;
@end
Undocumented
-
Whether or not recognition result should be signed.
Default: NO
Declaration
Objective-C
@required @property (assign, readwrite, nonatomic) BOOL signResult;
Swift
var signResult: Int32 { get set }