AWSTextractUndetectedSignature
Objective-C
@interface AWSTextractUndetectedSignature
Swift
class AWSTextractUndetectedSignature
A structure containing information about an undetected signature on a page where it was expected but not found.
-
The page where a signature was expected but not found.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable page;
Swift
var page: NSNumber? { get set }