RGLAuthenticityPropertiesParams
Objective-C
@interface RGLAuthenticityPropertiesParams : NSObject
/// Set to true to enable detection of the document holder's signature.
@property(nonatomic, strong, nullable) NSNumber *checkHoldersSignature;
+ (instancetype)defaultParams;
RGL_EMPTY_INIT_UNAVAILABLE
@end
Swift
class AuthenticityPropertiesParams : NSObject
Undocumented
-
Set to true to enable detection of the document holder’s signature.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSNumber *checkHoldersSignature;Swift
var checkHoldersSignature: NSNumber? { get set } -
Undocumented
Declaration
Objective-C
+ (instancetype)defaultParams;Swift
class func `default`() -> Self -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE